Open briangainer opened 4 years ago
I am also facing the same issue
I am trying with sdk 36 where the package AR module is supported in expo. Still getting the issue. I am using it in production I had to comment it out. Please give me some solution.
Has anyone had success getting this to work? @EvanBacon is this project retired?
Same here,
I can confirm example does not work in Expo SDK 37 and up.
When trying to use expo-three-ar
in newly created project with Expo SDK 40 i get error like
So after reading this https://github.com/expo/fyi/blob/master/deprecating-ar.md and https://docs.expo.io/versions/v36.0.0/sdk/AR/ I guess this library is deprecated and does not work anymore - should be mentioned on README.md ⚠️
I tried running the example cube demo and all I got was a red screen.
@EvanBacon I just want a way to run the cube demo locally, I don't need it for production. Is AR supported in
expo-three
? What's the difference betweenexpo-three
andexpo-three-ar
? Thanks a bunch!