Skip to content

Commit

Permalink
docs: add the readme back into example (#6284)
Browse files Browse the repository at this point in the history
  • Loading branch information
puremana authored and satya164 committed Sep 16, 2019
1 parent 531686e commit 3aee211
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example/README.md
@@ -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).

0 comments on commit 3aee211

Please sign in to comment.