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/01.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ function navigateToTerms() {
68
68
69
69
-[ ] Add a `goBack` behavior on `TermsScreen.tsx`
70
70
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
+
71
73
### Options for screens
72
74
73
75
-[ ] On the `TermsScreen`, we have an issue with the double header, we can fix it with some options within the `Navigator`
0 commit comments