Pardeep Singh Sanghera
Pardeep Singh Sanghera
@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...
> @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 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...
For anyone having this issue. Here is the solution: https://github.com/asmadsen/react-native-unity-view/issues/8#issuecomment-728683394 You have to add UnityFramework as part of your build scheme so it builds before your project is built. See...
@kulshekhar We are upgrading to react-native 0.58.*, and basically we are having to get rid of the usage of `namespace` in our code base because of `babel7` to get our...
:+1: I ran into same issue, after digging into it, I found that the index is always a view id rather than something like [0, 1, 2]
@melihmucuk I have made a PR fixing the above issue. Meanwhile this is sitting in PR, you are welcome to use my fix from forked repo. Add the following line...
It would be great to get this PR merged.