expo/examples

Unable to run app using with-react-three-fiber template

JMRBDev opened this issue · 1 comments

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:

  1. run npx create-react-native-app
  2. Choose Template from expo/examples and select the with-react-three-fiber template
  3. Run cd project_name
  4. See error

Expected behavior
The app should just run without exceptions.

Screenshots
Captura de pantalla 2022-01-13 a las 21 18 35

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: expo/expo-three#238.