ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.28k forks source link

Remove an unused line that prompts error on React Native 0.61.4 #1059

Open jimmyltsinn opened 4 years ago

jimmyltsinn commented 4 years ago

It seems that this unused line referencing the deprecated ViewPagerAndroid may cause error in runtime.

ViewPagerAndroid has been removed from React Native.

This may also related to the removal of ViewPagerAndroid in https://github.com/react-native-community/react-native-viewpager/pull/64