expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.41k stars 901 forks source link

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

Open JMRBDev opened 2 years ago

JMRBDev commented 2 years ago

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):

Smartphone (please complete the following information):

pafry7 commented 2 years ago

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.