examples icon indicating copy to clipboard operation
examples copied to clipboard

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

Open JMRBDev opened this issue 3 years ago • 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

JMRBDev avatar Jan 13 '22 20:01 JMRBDev

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.

pafry7 avatar Jan 19 '22 18:01 pafry7