I am currently trying to integrate an image capture logic into my react native app, where I am using the native TrueDepth Sensor on iOS.
I have read through a bunch of tutorials bridging native modules and UI components individually. I do have a code example on accessing the true depth data, I just dont know how to bridge a UIViewController to React native. As it is a combination of a native module and a UIView, I did not find any proper solutions.
Hoping someone might have experience with this and could help me out