mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
change TabNavigator type to NavigatorTypes.TABS (#1628)
This commit is contained in:
@@ -46,7 +46,7 @@ const TabNavigator = (
|
||||
router,
|
||||
routeConfigs,
|
||||
config,
|
||||
NavigatorTypes.STACK
|
||||
NavigatorTypes.TABS
|
||||
)((props: *) => (
|
||||
<TabView
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user