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

:carousel_horse: Looped carousel for React Native

Results 90 react-native-looped-carousel issues
Sort by recently updated
recently updated
newest added

An incorrect operation was performed in the _placeCritical() method. Specifically, ```javascript _onScrollEnd = (event) => { const offset = { ...event.nativeEvent.contentOffset }; const page = this._calculateCurrentPage(offset.x); this._placeCritical(page); //

iPhone 6s simulator react-native 0.57.7 react-native-looped-carousel 0.1.13 I am using the carousel to add ability to swipe left/right in a Calendar application. So I'm doing something like ``` { if...

it seens swiped twice at the same time at android but ios is ok;

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. **This update includes security fixes.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **Low severity vulnerability that affects extend** > A prototype...

:robot: dependencies
security

Hello, I applied style on bullet with `bulletStyle={{backgroundColor: 'grey'}} `it works perfectly, but I didn't find how to style the active one, Someone can help ? Thanks a lot in...

![rn issue](https://user-images.githubusercontent.com/42529593/50215592-739f4c80-03be-11e9-86ff-57bf890ec960.gif) As the gif you have seen, `onPress()` function did not work Help me pls ` {console.log('-----------------')}} > {images.map(image => ( ))} )`

Could you add an attribute keyboardShouldPersistTaps="handled" ? or maybe add that props to carousel component. Because sometimes inside the carousel we use component with TextField https://facebook.github.io/react-native/docs/scrollview#keyboardshouldpersisttaps

This PR allows us to persist the tap to nested components inside the carousel.