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 Oct 18, 2021. It is now read-only.
I created a RN project with create-react-native-app (CRNA). I want to use the Camera API provided by expo. In doing so, I simply copied the example here https://docs.expo.io/versions/latest/sdk/camera.html and included the Component. Starting the App gives me the following: Undefined is not an object _expo.camera.constant with a massive stacktrace... Any ideas what is going wrong here?
The text was updated successfully, but these errors were encountered:
I created a
RN
project withcreate-react-native-app (CRNA)
. I want to use theCamera API
provided byexpo
. In doing so, I simply copied the example here https://docs.expo.io/versions/latest/sdk/camera.html and included theComponent
. Starting the App gives me the following:Undefined is not an object _expo.camera.constant
with a massive stacktrace... Any ideas what is going wrong here?The text was updated successfully, but these errors were encountered: