-
Notifications
You must be signed in to change notification settings - Fork 52
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
Create examples with npx
instead of globally installed react-native-cli
#265
Comments
Thanks for the proposal. I generally do not like waiting for npx to download each tool every time I want to run it, and I would still count running npx as use of an external tool. I am thinking that using |
Yes, npx will download the tool, and then cache it. So for the people who use it again and again, they will not wait any more. Moreover, npx will be the best solution for the ones who have no permission to install global packages. |
As for |
@arniu that is all correct. I still really do not like the idea of any tools like this one suddenly installing its dependencies via |
According to react-native-community/cli:
The text was updated successfully, but these errors were encountered: