Take a picture. After a few seconds, you will be taken to processing view.
While in the processing view, before the picture is uploaded, hit the "back" button on your respective OS. You will be taken back to the camera view.
Observe that the camera is not enabled.
or
Start the app for the first time on any device.
Give the app permission to use your camera.
Observe that the camera is not enabled, even after granting the app camera permission.
Reload the app in expo by pressing R in the console server or shaking the device and pressing "Reload" in the menu. Observe now that the camera is enabled.
I suspect that this issue has to do with @react-navigation/stack, and not passing some information between the views.
To recreate:
or
R
in the console server or shaking the device and pressing "Reload" in the menu. Observe now that the camera is enabled.I suspect that this issue has to do with
@react-navigation/stack
, and not passing some information between the views.