race604 / react-native-viewpager

[Deprecated] ViewPager component for React Native
1.41k stars 373 forks source link

After updating react-native to 0.61.0 , this library is not working. #184

Open PrantikMondal opened 4 years ago

PrantikMondal commented 4 years ago

TypeError : Undefined is not an object (evaluating 'this.props.dataSource.getPageCount')

cnrsbtogll commented 4 years ago

I have a similar problem Screenshot_1572942605

nabilfreeman commented 4 years ago

Hi there, it actually works if you point package.json to this fork:

"react-native-viewpager": "github:zhaoqigang/react-native-viewpager#931541929e4c24e78a66372d838577fbd09383e6"

I just discovered this while upgrading to RN 61.

However viewpager has grown up a lot and there is one now maintained by the react native community so I'm migrating to that right now.

https://github.com/react-native-community/react-native-viewpager