Skip to content

Commit 0574fb9

Browse files
committed
Update example app instructions
1 parent 5ad3292 commit 0574fb9

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

docs/contributing.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -129,23 +129,7 @@ If any errors occur you'll either have to manually fix them or you can attempt t
129129

130130
### Run the Example App
131131

132-
The [NavigationPlayground](https://github.com/react-community/react-navigation/tree/master/examples/NavigationPlayground) example app includes a variety of patterns and is used as a simple way for contributors to manually integration test changes.
133-
134-
```bash
135-
yarn install
136-
cd examples/NavigationPlayground
137-
yarn install
138-
yarn start
139-
```
140-
141-
You will be shown a QR code to scan in the Expo app. You can get Expo [here](https://docs.expo.io/versions/latest/index.html) if you don't have it yet.
142-
143-
Commands are the same as above for any of the example apps. If you run into any issues, please try the following to start fresh:
144-
145-
```bash
146-
watchman watch-del-all
147-
yarn start -- --reset-cache
148-
```
132+
The [NavigationPlayground](https://github.com/react-community/react-navigation/tree/master/examples/NavigationPlayground) example app includes a variety of patterns and is used as a simple way for contributors to manually integration test changes. See the [README](https://github.com/react-navigation/react-navigation/blob/master/examples/NavigationPlayground/README.md) for instructions to run it.
149133

150134
### Run the Website
151135

website/versioned_docs/version-3.x/contributing.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,7 @@ If any errors occur you'll either have to manually fix them or you can attempt t
130130

131131
### Run the Example App
132132

133-
The [NavigationPlayground](https://github.com/react-community/react-navigation/tree/master/examples/NavigationPlayground) example app includes a variety of patterns and is used as a simple way for contributors to manually integration test changes.
134-
135-
```bash
136-
yarn install
137-
cd examples/NavigationPlayground
138-
yarn install
139-
yarn start
140-
```
141-
142-
You will be shown a QR code to scan in the Expo app. You can get Expo [here](https://docs.expo.io/versions/latest/index.html) if you don't have it yet.
143-
144-
Commands are the same as above for any of the example apps. If you run into any issues, please try the following to start fresh:
145-
146-
```bash
147-
watchman watch-del-all
148-
yarn start -- --reset-cache
149-
```
133+
The [NavigationPlayground](https://github.com/react-community/react-navigation/tree/master/examples/NavigationPlayground) example app includes a variety of patterns and is used as a simple way for contributors to manually integration test changes. See the [README](https://github.com/react-navigation/react-navigation/blob/master/examples/NavigationPlayground/README.md) for instructions to run it.
150134

151135
### Run the Website
152136

0 commit comments

Comments
 (0)