mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
change TabNavigator type to NavigatorTypes.TABS (#1628)
This commit is contained in:
committed by
Adam Miskiewicz
parent
a60d1d529f
commit
8d91753e9c
@@ -46,7 +46,7 @@ const TabNavigator = (
|
||||
router,
|
||||
routeConfigs,
|
||||
config,
|
||||
NavigatorTypes.STACK
|
||||
NavigatorTypes.TABS
|
||||
)((props: *) => (
|
||||
<TabView
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user