Skip to content

Commit b4d9c0e

Browse files
committed
fix: 🐛 more details for navigation context
Closes: #248
1 parent b00a3e7 commit b4d9c0e

File tree

1 file changed

+1
-1
lines changed
  • challenges/react-navigation

1 file changed

+1
-1
lines changed

challenges/react-navigation/03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It should look like this:
3939
<Button title="Sign in" onPress={() => setUser(!user)} />
4040
```
4141

42-
You can read the documentation [https://reactnavigation.org/docs/auth-flow](https://reactnavigation.org/docs/auth-flow).
42+
- [ ] Look at the documentation [React Navigation Auth Flow](https://reactnavigation.org/docs/auth-flow) and add a Context to manage the user state in the application.
4343

4444
**🔭 Hint:** For now you can emulate the token with a simple `useState`.
4545

0 commit comments

Comments
 (0)