This repository was archived by the owner on Jun 16, 2023. It is now read-only.
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
Error while updating property 'cameraId' #2528
Closed
Description
After update to react-native-camera: "^3.6.0" and pass RN version 59.9 to androidX using jetifier and adding
android.useAndroidX=true
android.enableJetifier=true
to gradle.properties and implementation "androidx.appcompat:appcompat:1.0.0"
to android/build.gradle
and maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
to android/app/build.gradle
the cam start tl show:
Error while updating property 'cameraId' of a view managed by: RNCamera
Someone facing the same issue?