Dennis Mathew
Results
1
comments of
Dennis Mathew
The Android build fails when adding react-native-vision-camera. This issue can be resolved by updating the code in `CameraSession.kt:` `File: package/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt` Fix: ``` 93- override fun getLifecycle(): Lifecycle = lifecycleRegistry 93+...