diff --git a/example/README.md b/example/README.md new file mode 100644 index 00000000..7e1f2657 --- /dev/null +++ b/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).