We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5dd77 commit f0c7b88Copy full SHA for f0c7b88
challenges/react-navigation/02.md
@@ -40,4 +40,9 @@ You can use these component to make it pretty:
40
- [ ] Change the `screenOptions` to display your screen as a `modal`.
41
- [ ] Add a "close modal" Button with an icon.
42
- [ ] Add [`expo-dev-tools`](https://docs.expo.dev/debugging/devtools-plugins/#expo-dev-tools-plugins) to your project
43
+
44
- [ ] Look with the `dev-tools` the `route` and `params` of the screen.
45
46
+Start the project with and open the `dev-tools` with `?` and `shift + m` in your terminal to open the menu and select `@dev-plugins/react-navigation`.
47
48
+Now you can navigate in your app and see the `route` and `params` of the screen.
0 commit comments