"react-native"

TabNavigator in react-navigation always gives a high alarm when switching components:

"react-native": "0.55.4", "react-navigation": "^ 2.5.3" warning Method "jumpToIndex" is deprecated. Please upgrade your code to use jumpTo instead "Change your code from" jumpToIndex (1)"to "jumpTo (".)

clipboard.png

Mar.23,2021

TabNavigator has been abandoned, using the corresponding tab bar location of createBottomTabNavigator or createMaterialTopTabNavigator,.

Menu