Commits
Michael Schoendorfer authored b64f37af504
Fixes that Camera is started multiple times This is copied from: https://github.com/expo/expo/blob/5164fdc50b824ecc95f18a74e5537773e366a1f7/android/expoview/src/main/java/abi25_0_0/host/exp/exponent/modules/api/components/camera/ExpoCameraView.java#L294 RNCameraView does not properly handle when the App is closed and opened again. Previously the CameraView was started multiple times which leads to a black screen on some devices.