You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My colleague and I have attempted to get a basic React Native example working without any success. Here is my process of attempting to follow the React Native example in the Readme.
@boycce are you able to get it working in older versions? That doesn't seem to work for me either - at least, when starting from create-expo-app, and then downgrading.
My colleague and I have attempted to get a basic React Native example working without any success. Here is my process of attempting to follow the React Native example in the Readme.
Example project: https://github.com/boycce/r3f-native-example
Steps:
npm i expo-cli -g
expo init my-app
npm install three @react-three/fiber@8
(react 18 already installed from expo init)npx expo start
I then received the following error:
npm i expo-gl
Incorrect Readme:
If React Native is supported, could a maintainer please add a working example or an updated Expo Snack using React 18
The text was updated successfully, but these errors were encountered: