Skip to content

Commit fb5dd77

Browse files
committed
feat: 🎸 add expo-dev-tools bonus section
1 parent e4fdd6e commit fb5dd77

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

challenges/react-navigation/02.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ You can use these component to make it pretty:
3939

4040
- [ ] Change the `screenOptions` to display your screen as a `modal`.
4141
- [ ] 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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
- [ ] Implement `CustomNavigationBar` using `AppBar` component
1515
- [ ] Pass navigation props to `CustomNavigationBar`
1616
- [ ] Check if navigation has previous state
17+
18+

0 commit comments

Comments
 (0)