Skip to content

Commit a1614e4

Browse files
committed
Update usage instructions
1 parent c29e7c4 commit a1614e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Once you're up and running with Create React Native App, visit [the tutorial on
4545

4646
- `npx create-react-native-app` Create a new native React app.
4747
- `npx crna` Alias for `npx create-react-native-app`.
48-
- `yarn ios` -- (`expo run:ios`) Build the iOS App (requires a MacOS computer).
49-
- `yarn android` -- (`expo run:android`) Build the Android App.
50-
- `yarn web` -- (`expo start:web`) Run the website in your browser.
48+
- `npm run ios` -- (`npx expo run:ios`) Build the iOS App (requires a MacOS computer).
49+
- `npm run android` -- (`npx expo run:android`) Build the Android App.
50+
- `npm run web` -- (`npx expo start --web`) Run the website in your browser.
5151

5252
### Templates
5353

0 commit comments

Comments
 (0)