Skip to content

Commit

Permalink
Add troubleshooting steps in the README to successfully run the examp…
Browse files Browse the repository at this point in the history
…le project
  • Loading branch information
PatriceVignola committed Mar 24, 2018
1 parent f6730de commit cc7c87a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ $ npm install
$ react-native run-android
```

Note: Sometimes, the `react-native run-ios` and `react-native run-android` commands fail to automatically launch the development server. If you get a "No bundle URL present" error message, open a new console window and type `npm start` in the example folder. This will launch the development server and let you successfully run the Android or ios builds with their respective commands.

## Backlog

* Bridge to [GLModel.modelWithData](https://github.com/nicklockwood/GLView/blob/master/GLView/Models/GLModel.m#L424) to allow flexbile model sources
Expand Down
3 changes: 3 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ $ react-native run-ios
$ npm install
$ react-native run-android
```

Note: Sometimes, the `react-native run-ios` and `react-native run-android` commands fail to automatically launch the development server. If you get a "No bundle URL present" error message, open a new console window and type `npm start` in the example folder. This will launch the development server and let you successfully run the Android or ios builds wit
h their respective commands.

0 comments on commit cc7c87a

Please sign in to comment.