docs: add the readme back into example (#6284)

This commit is contained in:
Jeremy
2019-09-16 23:01:55 +12:00
committed by Satyajit Sahoo
parent 531686ea8e
commit 3aee211c73

12
example/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Navigation Playground Example
The NavigationPlayground example app includes a variety of patterns and is used as a simple way for contributors to manually integration test changes.
## Usage
```bash
yarn bootstrap # in the react-navigation root directory
yarn example start
```
You can view this example application directly on Android phones by visiting scanning the QR code on [this site](https://exp.host/@react-navigation/NavigationPlayground) with the [Expo app](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en).