mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 22:30:41 +08:00
13 lines
545 B
Markdown
13 lines
545 B
Markdown
# 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).
|