mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 22:30:41 +08:00
@@ -51,7 +51,7 @@ module.exports = {
|
||||
console.warn(
|
||||
'TabNavigator is deprecated. Please use the createBottomTabNavigator or createMaterialTopNavigator instead.'
|
||||
);
|
||||
return require('react-navigation-deprecated-tab-navigator').default;
|
||||
return require('react-navigation-deprecated-tab-navigator').createTabNavigator;
|
||||
},
|
||||
get createBottomTabNavigator() {
|
||||
return require('react-navigation-tabs').createBottomTabNavigator;
|
||||
|
||||
Reference in New Issue
Block a user