Method`jumpToIndex`is deprecated
2018-09-03 本文已影响544人
YDM_4718

使用react-navigation时 会出现该黄色警告,原因是TabNavigator已经被遗弃,使用createBottomTabNavigator或者createMaterialTopTabNavigator,对应的标签栏位置即可

我这里替换成createBottomTabNavigator,如图

使用react-navigation时 会出现该黄色警告,原因是TabNavigator已经被遗弃,使用createBottomTabNavigator或者createMaterialTopTabNavigator,对应的标签栏位置即可
我这里替换成createBottomTabNavigator,如图