react-native-carousel-pager icon indicating copy to clipboard operation
react-native-carousel-pager copied to clipboard

React Native carousel pager.

Results 14 react-native-carousel-pager issues
Sort by recently updated
recently updated
newest added

- use PureComponent - extract inline styles - extract lambda function to reduce memory usage - remove Array.push(...) (so that arrays have exactly the size they need and don't need...

Add props for onPanResponderGrant, onPanResponderRelease, and onPanResponderTerminate. This is needed because I have `` inside of a ``. When the touch is active on the carousel I want to disable...

I tired to solve this and found answers that we need to explicitly set this value but i don't see where where to set this value

I set `useNativeDriver: true` on all Animated.timing(...) calls. And I had to change `left` to `translateX` and `top` to `translateY` in order to use the native driver. This fixes a...

There's an issue when a device has a high sensitivity (e.g Samsung S8), it causes scrolling with just tapping, so it's needed add a gap.

I did try to add a array of element's and I work with a .map to get a View element out for every one of them - the first element...

Kudos to your efforts. There is some issue with changing pages. It works fine when there is swipe with a single touch but if you touch with the second finger...

adding just one image to the carousel will throw undefined Error