Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native instructions in README.md advises using deprecated expo-cli tool #3491

Open
chmorgan opened this issue Mar 9, 2025 · 0 comments

Comments

@chmorgan
Copy link

chmorgan commented Mar 9, 2025

https://github.com/pmndrs/react-three-fiber#:~:text=Show%20React%20Native%20example

# 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant