Kevin

Results 3 comments of Kevin

@FoundersApproach We're seeing a similar issue on iOS 16+. On iOS { setCameraActive(false) setTimeout(() => navigation.goBack(), 10) }, []) ``` Note: Would need to disable back gestures in order to...

https://github.com/mrousavy/react-native-vision-camera/blob/77e98178f84824a0b1c76785469413b64dc96046/package/ios/React/CameraView.swift#L281 Looks like this specific line keeps the phone from going to sleep. It doesn't appear that this is implemented on Android for VC.