Skip to content

Commit 46100a5

Browse files
committed
Move tip to correct position in auth flow
1 parent 5a63b03 commit 46100a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versioned_docs/version-7.x/auth-flow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,15 +403,15 @@ state.userToken == null ? (
403403
);
404404
```
405405

406-
</TabItem>
407-
</Tabs>
408-
409406
:::tip
410407

411408
If you have both your login-related screens and rest of the screens in two different Stack navigators, we recommend to use a single Stack navigator and place the conditional inside instead of using 2 different navigators. This makes it possible to have a proper transition animation during login/logout.
412409

413410
:::
414411

412+
</TabItem>
413+
</Tabs>
414+
415415
## Implement the logic for restoring the token
416416

417417
:::note

0 commit comments

Comments
 (0)