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 e4fdd6e commit fb5dd77Copy full SHA for fb5dd77
challenges/react-navigation/02.md
@@ -39,3 +39,5 @@ You can use these component to make it pretty:
39
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
+- [ ] Look with the `dev-tools` the `route` and `params` of the screen.
challenges/react-navigation/04.md
@@ -14,3 +14,5 @@
14
- [ ] Implement `CustomNavigationBar` using `AppBar` component
15
- [ ] Pass navigation props to `CustomNavigationBar`
16
- [ ] Check if navigation has previous state
17
+
18
0 commit comments