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: challenges/react-navigation/02.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ You can use these component to make it pretty:
41
41
-[ ] Add a "close modal" Button with an icon.
42
42
-[ ] Add [`expo-dev-tools`](https://docs.expo.dev/debugging/devtools-plugins/#expo-dev-tools-plugins) to your project
43
43
44
-
-[ ] Look with the `dev-tools` the `route` and `params` of the screen.
44
+
-[ ] Look with the `expo-dev-tools` the `route` and `params` of the screen.
45
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`.
46
+
Start the project with and open the `expo-dev-tools` with `?` and `shift + m` in your terminal to open the menu and select `@dev-plugins/react-navigation`.
47
47
48
48
Now you can navigate in your app and see the `route` and `params` of the screen.
0 commit comments