Unable to run app using with-react-three-fiber template
JMRBDev opened this issue · 1 comments
JMRBDev commented
Describe the bug
with-react-three-fiber throws error by default, no changes done to the code yet. Console stays clean and this error only appears when running in iOS simulator. Running it in web works fine.
To Reproduce
Steps to reproduce the behavior:
- run
npx create-react-native-app
- Choose
Template from expo/examples
and select thewith-react-three-fiber
template - Run
cd project_name
- See error
Expected behavior
The app should just run without exceptions.
Desktop (please complete the following information):
- OS: MacOS 12.0.1 and Xcode 13.2.1 on a Macbook Air M1 2020
Smartphone (please complete the following information):
- Device: iPhone 13 Pro Max Simulator
- OS: iOS 15.2
pafry7 commented
Hey, it seems that expo-three is not yet compatible with Expo SDK 44
. There is a workaround: expo/expo-three#238.