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/03.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,23 @@
9
9
10
10
-[ ] Add an authentication flow to your application.
11
11
12
-
The App function should return the `NavigationContainer` component, and the `isSignedIn` state variable should determine which navigator is rendered, either the RootNavigator or the AuthNavigator.
12
+
The App function should return the `NavigationContainer` component, and the `user` state variable should determine which navigator is rendered, either the `StarshipsNavigator` or the `AuthNavigator`.
0 commit comments