mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 09:35:19 +00:00
18 lines
387 B
Markdown
18 lines
387 B
Markdown
# Navigation Playground Example
|
|
|
|
A playground for experimenting with react-navigation in a pure-JS React Native app.
|
|
|
|
## Setup:
|
|
|
|
```
|
|
cd react-navigation
|
|
npm install
|
|
cd examples/NavigationPlayground
|
|
npm install
|
|
cd ../..
|
|
react-native start
|
|
cd examples/NavigationPlayground
|
|
react-native run-ios # ignore packager starting error
|
|
react-native run-android # ignore packager starting error
|
|
```
|