Post
Replies
Boosts
Views
Activity
What version of React Native are you on? I'm also experiencing this.
Yeah I've managed to implement the Camera Control gestures for controlling exposure and zoom so far. Seems to work well. Is there any work around so that if the device is unlocked I can just open my app? Or at least show a loading screen? It's a shame that my users will miss out on this.
I'm not sure this would be possible as I'm using React Native for the UI. Is there any reason you can't just launch the app in the same way the action button works with a "open an app"? This would have been so much quicker to implement, even if my app was already using SwiftUI. I'm only able to work on this project in my spare time and it feels a bit anti "indie" developer to have it this way.
Yeah I understand. Thanks for your response. One last Q, would it be acceptable to make an extension that has a button "Unlock to access"? I assume most of my users have an unlocked phone any way in which case it would just open the app normally I believe?