Skip to content

Commit 21c7d6a

Browse files
fix: invalid Transitioner mention on v4 docs
1 parent ae90b40 commit 21c7d6a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

versioned_docs/version-4.x/navigation-views.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ Navigation views are controlled React components that can present the current na
1616
- [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.
1717
- [Tabs](https://github.com/react-navigation/tabs) - A configurable tab switcher / pager
1818
- [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

Comments
 (0)