Skip to content

Commit 1d20a82

Browse files
AleksandarSavic95AurelGit
authored andcommitted
Add missing step for running the app on Android (#89)
* Add missing step for running the app on Android Even though it is a known step for starting React Native projects, the step for starting Metro bundler should be present in Android section as well (it is already in iOS section).
1 parent dd213f5 commit 1d20a82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,16 @@ Assuming you have all the requirements installed, you can setup and run the proj
114114
- `cd android/app`
115115
- `keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000`
116116
- `cd ../..` to come back to the root folder
117-
- `react-native run-android` to run the Android application (remember to start a simulator or connect an Android phone)
117+
- `yarn start` to start the metro bundler, in a dedicated terminal
118+
- `yarn react-native run-android` to run the Android application (remember to start a simulator or connect an Android phone)
118119

119120
### iOS
120121

121122
- `cd ios`
122123
- `pod install` to install pod dependencies
123124
- `cd ..` to come back to the root folder
124125
- `yarn start` to start the metro bundler, in a dedicated terminal
125-
- `react-native run-ios` to run the iOS application (remember to start a simulator or connect an iPhone phone)
126+
- `yarn react-native run-ios` to run the iOS application (remember to start a simulator or connect an iPhone phone)
126127

127128
## Useful documentation
128129

0 commit comments

Comments
 (0)