examples
examples copied to clipboard
Unable to run app using with-react-three-fiber template
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.
Screenshots
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
Hey, it seems that expo-three is not yet compatible with Expo SDK 44
. There is a workaround: https://github.com/expo/expo-three/issues/238.