You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
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
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:
Someone facing the same issue?