React-Native-ViewPager icon indicating copy to clipboard operation
React-Native-ViewPager copied to clipboard

Implement @react-native-community/viewpager

Open mgonzalezs opened this issue 6 years ago • 7 comments

mgonzalezs avatar Jun 14 '19 15:06 mgonzalezs

@zbtang merge this in a new major version please

VinceBT avatar Jun 27 '19 15:06 VinceBT

@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 avatar Jul 24 '19 03:07 shercoder

@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 avatar Jul 29 '19 23:07 shercoder

@shercoder done! ;)

mgonzalezs avatar Jul 30 '19 01:07 mgonzalezs

@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 avatar Jul 30 '19 19:07 shercoder

@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 avatar Aug 06 '19 04:08 Alarees

@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.

shercoder avatar Aug 13 '19 17:08 shercoder