I'm trying to implement a functionality to capture image through front camera when someone tries to unlock my device a number of times. I believe it's possible on Android and some existing Android apps already do this. I'm not sure if it's possible on iOS, however. Does anyone know if captures can be made when the screen is off and locked using expo or RNCamera though? I can't seem to even get the camera to make a capture while the app is away from the foreground on Android.
Any thought appreciated.