You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.md
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -129,23 +129,7 @@ If any errors occur you'll either have to manually fix them or you can attempt t
129
129
130
130
### Run the Example App
131
131
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.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-3.x/contributing.md
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -130,23 +130,7 @@ If any errors occur you'll either have to manually fix them or you can attempt t
130
130
131
131
### Run the Example App
132
132
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.
0 commit comments