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: versioned_docs/version-4.x/navigation-views.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,3 @@ Navigation views are controlled React components that can present the current na
16
16
-[SwitchView](https://github.com/react-navigation/core/blob/ad6e5cecccb8bce081f773fdff7af000e0450746/src/views/SwitchView/SwitchView.js) - A navigator that only ever show one screen at a time, useful for authentication flows.
17
17
-[Tabs](https://github.com/react-navigation/tabs) - A configurable tab switcher / pager
18
18
-[Drawer](https://github.com/react-navigation/drawer) - A view with a drawer that slides from the left
19
-
20
-
21
-
## [Transitioner](transitioner.md)
22
-
23
-
`Transitioner` manages the animations during the transition and can be used to build fully custom navigation views. It is used inside the `StackView` view. [Learn more about Transitioner here.](transitioner.md)
0 commit comments