We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc29e7c4 commita1614e4Copy full SHA for a1614e4
README.md
@@ -45,9 +45,9 @@ Once you're up and running with Create React Native App, visit [the tutorial on
45
46
-`npx create-react-native-app` Create a new native React app.
47
-`npx crna` Alias for`npx create-react-native-app`.
48
--`yarnios` -- (`expo run:ios`) Build the iOS App (requires a MacOS computer).
49
--`yarnandroid` -- (`expo run:android`) Build the Android App.
50
--`yarnweb` -- (`expo start:web`) Run the website in your browser.
+-`npm runios` -- (`npxexpo run:ios`) Build the iOS App (requires a MacOS computer).
+-`npm runandroid` -- (`npxexpo run:android`) Build the Android App.
+-`npm runweb` -- (`npxexpo start --web`) Run the website in your browser.
51
52
###Templates
53