react-native-looped-carousel
react-native-looped-carousel copied to clipboard
:carousel_horse: Looped carousel for React Native
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...
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...
 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.