Open mgonzalezs opened 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. 🙏
@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.
@shercoder done! ;)
@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 :)
@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 ?
@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.
@zbtang merge this in a new major version please