zbtang / React-Native-ViewPager

ViewPager and Indicator component for react-native on both android and ios.
950 stars 276 forks source link

Getting Warning: ViewPagerAndroid has been extracted from react-native core #168

Open marina-k-SC opened 5 years ago

marina-k-SC commented 5 years ago

Getting warning: 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 the application using react-native

tunaSalad2406 commented 5 years ago

same concern here sir. They dont have any IndicatorViewPager component on the rn-community/viewpager too.

martin-braun commented 5 years ago

Yess, this needs to be addressed asap, but for now it should still work in production, am I right?

salad5f6 commented 5 years ago

yes sir it works healthly

TrebuhD commented 5 years ago

Since React Native 0.61, this package doesn't work anymore.

Edit: I've submitted a PR that adds the extracted package: https://github.com/zbtang/React-Native-ViewPager/pull/179