zbtang / React-Native-ViewPager

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

Implement @react-native-community/viewpager #166

Open mgonzalezs opened 5 years ago

VinceBT commented 5 years ago

@zbtang merge this in a new major version please

shercoder commented 5 years ago

@zbtang would love to get this merged so people can start using this as soon as possible and before RN marks ViewPagerAndroid obsolete from their repo. 🙏

shercoder commented 5 years ago

@mgonzalezs At Build.com, we have forked this lib so we can update it to use the RNCViewPager. Would you like to submit this PR to https://github.com/buildcom/React-Native-ViewPager and I can get it merged.

mgonzalezs commented 5 years ago

@shercoder done! ;)

shercoder commented 5 years ago

@shercoder done! ;)

@mgonzalezs Thank you so much. I have merged it and released a new tag v2.0.0 https://github.com/buildcom/React-Native-ViewPager/releases/tag/2.0.0

Feel free to use it :)

Alarees commented 5 years ago

@shercoder a'm new to git how to use this tag i have download the 'zip' file and in demo the 'rn-viewpager' version is '^1.2.4', it's old how to use this Implementation ?

shercoder commented 5 years ago

@Alarees Please use forked version of this lib here https://github.com/buildcom/React-Native-ViewPager

In your package.json, add this under dependencies: "rn-viewpager": "github:buildcom/React-Native-ViewPager#2.0.0" and then run npm install

Then follow the rest of the instructions from the README to integrate it into your project.