Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,12 @@ The above command will automatically run your app on the iOS Simulator by defaul

## Running your React Native application

Before running your application, the React packager must be running:
```
cd AwesomeProject
react-native start
```

Run `react-native run-android` inside your React Native project folder:

```
Expand Down