You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple POC to try implmenting ViewPager in react native as in Android. It uses React native view and PanResponder to implment ViewPager unlike common libraries which uses native component like ViewPager in Android and UIScrollView on iOS. This approach doesn't give ability to position children one behind another to show any custom tran…