React-native-tab-view: Add a `jumpToIndex` method with a deprecation message

Created on 28 Feb 2018  路  2Comments  路  Source: satya164/react-native-tab-view

I removed the jumpToIndex method and replaced it with jumpTo method. But we should keep the method with a deprecation message to let people upgrade in the meantime.

help wanted

Most helpful comment

createTabNavigator is deprecated. Please use createBottomTabNavigator and/or createMaterialTopTabNavigator instead

All 2 comments

Guys, how do I actually implement these changes? I am a little new to git and I'm still getting this warning despite commenting out the jumptoIndex method in my node-modules folder.

react native warning

https://github.com/react-native-community/react-native-tab-view/labels/help%20wanted

createTabNavigator is deprecated. Please use createBottomTabNavigator and/or createMaterialTopTabNavigator instead

Was this page helpful?
0 / 5 - 0 ratings

Related issues

t3chnoboy picture t3chnoboy  路  3Comments

jouderianjr picture jouderianjr  路  3Comments

ios-dev-newbie picture ios-dev-newbie  路  3Comments

itzsaga picture itzsaga  路  3Comments

jasonkw9 picture jasonkw9  路  3Comments