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
# Install expo-cli, this will create our app
npm install expo-cli -g
# Create app and cd into it
expo init my-app
cd my-app
# Install dependencies
npm install three @react-three/fiber@beta react@rc
# Start
expo start
recommends installing and using expo-cli. However this tool is deprecated.
Is there a more current way that these steps should be performed?
The text was updated successfully, but these errors were encountered:
https://github.com/pmndrs/react-three-fiber#:~:text=Show%20React%20Native%20example
recommends installing and using expo-cli. However this tool is deprecated.
Is there a more current way that these steps should be performed?
The text was updated successfully, but these errors were encountered: