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 has been archived by the owner on Nov 6, 2018. It is now read-only.
I tried to add the expo-camera to a react native project and failed building it, because of wrong dependencies to com.google.android:cameraview.
Event if I manually add maven { url "$rootDir/../node_modules/expo-camera/android/maven" } or maven { url "https://github.com/expo/expo-camera/raw/master/android/maven" } the build still fails, because the included version 1.0.0 of cameraview is to old for this project (missing method getCameraId in ExpoCameraView)
The text was updated successfully, but these errors were encountered:
I tried to add the expo-camera to a react native project and failed building it, because of wrong dependencies to com.google.android:cameraview.
Event if I manually add
maven { url "$rootDir/../node_modules/expo-camera/android/maven" }
ormaven { url "https://github.com/expo/expo-camera/raw/master/android/maven" }
the build still fails, because the included version 1.0.0 of cameraview is to old for this project (missing methodgetCameraId
inExpoCameraView
)The text was updated successfully, but these errors were encountered: