Skip to content

Commit c73fbfd

Browse files
committed
upate
1 parent 04d89c7 commit c73fbfd

File tree

1 file changed

+2
-0
lines changed
  • challenges/react-navigation

1 file changed

+2
-0
lines changed

challenges/react-navigation/01.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ function navigateToTerms() {
6868

6969
- [ ] Add a `goBack` behavior on `TermsScreen.tsx`
7070

71+
**🔭 Hint:** We are going to encounter some typescript errors, espcially with the `navigation` for now we can `// @ts-expect-error` to ignore it for now because it can be complex to fully typed the navigation.
72+
7173
### Options for screens
7274

7375
- [ ] On the `TermsScreen`, we have an issue with the double header, we can fix it with some options within the `Navigator`

0 commit comments

Comments
 (0)