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
@@ -7,7 +7,7 @@
7
7
## 👾 Before we start the exercise
8
8
9
9
- Check the [`route` prop documentation](https://reactnavigation.org/docs/route-prop).
10
-
- Do you remeber how to [pass to the destination route](https://reactnavigation.org/docs/navigation-prop#common-api-reference)?
10
+
- Do you remember how to [pass to the destination route](https://reactnavigation.org/docs/navigation-prop#common-api-reference)?
11
11
12
12
## 👨🚀 Exercise 2
13
13
@@ -49,4 +49,4 @@ You can use these component to make it pretty:
49
49
50
50
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`.
51
51
52
-
Now you can navigate in your app and see the `route` and `params` of the screen.
52
+
Now you can navigate in your app and see the `route` and `params` of the screen.
0 commit comments