mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
BREAKING: Update React Native TabView (#1218)
This commit is contained in:
committed by
Mike Grabowski
parent
655b46b60b
commit
0cd3eaa97a
@@ -85,7 +85,7 @@ The route configs object is a mapping from route name to a route config, which t
|
||||
- `tabBarPosition` - position of the tab bar, can be `'top'` or `'bottom'`
|
||||
- `swipeEnabled` - whether to allow swiping between tabs
|
||||
- `animationEnabled` - whether to animate when changing tabs
|
||||
- `lazyLoad` - whether to lazily render tabs as needed as opposed to rendering them upfront
|
||||
- `lazy` - whether to lazily render tabs as needed as opposed to rendering them upfront
|
||||
- `tabBarOptions` - configure the tab bar, see below.
|
||||
|
||||
Several options get passed to the underlying router to modify navigation logic:
|
||||
|
||||
Reference in New Issue
Block a user