Skip to content

Commit 721ca90

Browse files
esthorMoOx
authored andcommitted
Update to use the actual script names in templates (#9)
otherwise this can be confusing, because the "start:ios" and "start:android" do not exist in the package.json scripts in the template. note: just running "yarn ios" or "yarn android" will kick off the metro bundler anyway if it's not already running :)
1 parent 9ee0771 commit 721ca90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ are unfamiliar with _Android Studio_, you might be interested by
134134
**In another terminal:**
135135

136136
```console
137-
yarn start:ios
137+
yarn ios
138138
```
139139

140140
or
141141

142142
```console
143-
yarn start:android
143+
yarn android
144144
```
145145

146146
This commands should open up a virtual device & start React Native

0 commit comments

Comments
 (0)