From a1614e449d11c3c61a41abbb900aa9bef8a2c5ae Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Tue, 5 Dec 2023 14:26:25 -0800 Subject: [PATCH] Update usage instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abf8b9c..26aa0a7 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Once you're up and running with Create React Native App, visit [the tutorial on - `npx create-react-native-app` Create a new native React app. - `npx crna` Alias for `npx create-react-native-app`. -- `yarn ios` -- (`expo run:ios`) Build the iOS App (requires a MacOS computer). -- `yarn android` -- (`expo run:android`) Build the Android App. -- `yarn web` -- (`expo start:web`) Run the website in your browser. +- `npm run ios` -- (`npx expo run:ios`) Build the iOS App (requires a MacOS computer). +- `npm run android` -- (`npx expo run:android`) Build the Android App. +- `npm run web` -- (`npx expo start --web`) Run the website in your browser. ### Templates