react-native-scrollable-tab-view
react-native-scrollable-tab-view copied to clipboard
Warning about ViewPagerAndroid on React Native 0.59
- [x] I have searched existing issues
- [x] I am using the latest scrollable tab view version
ExceptionsManager.js:82 Warning: ViewPagerAndroid has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/viewpager' instead of 'react-native'. See https://github.com/react-native-community/react-native-viewpager
Steps to Reproduce
Run a project with the library on React Native 0.59
Expected Behavior
Everything works fine, just this annoying warning
Actual Behavior
Everything works fine, just this annoying warning
@ptomasroos any thing new on this issue?
I have the same issue
I am having this issue too. I'm running RN v0.60.5 and react-native-scrollable-tab-view v 0.10.0. Correct me if I am wrong, but isn't this module a branch off react-native-community/react-native-tab-view? If so, the react-native-tab-view is also experiencing the same issue and I believe they are trying to remove ViewPagerAndroid entirely, see https://github.com/react-native-community/react-native-tab-view/issues/682.
Can this module be updated with the fixes from react-native-tab-view when they are released? Is this module even being maintained anymore or is it dead?
No its not the same @dquessenberry Their originated from expo AFAIK and their navigation library
I don't think its warning anymore on RN => 0.61.5. Now its red box error.
The same problem - red box error on RN => 0.61.5
@nialexsan Can you please share your code, I am having issues with the viewpager and getting black page on Android ... Can you help ?