react-native-looped-carousel
react-native-looped-carousel copied to clipboard
:carousel_horse: Looped carousel for React Native
After updating 'react-native-looped-carousel' to the latest commit 'e23e1ad41e67ee9e95558e7df00c364fbb1b688b' in order to accomodate React Native dependency of version 0.49(Issue #135 ).The carousel gets stuck at the 2nd image. The issue #50...
hello i tryed the full exemple (`https://github.com/phil-r/react-native-looped-carousel/blob/master/Examples/Simple/example.js`) on somes android's phone, it work ok. i tryed it on a android tablet ( samsung Galaxy TAB 8" SMT365 with android 5.1.1...
This allows the children to still be dynamic and reset the carousel properly, but does so by checking for key equality and position, rather than component equality. Setting keys is...
Hi. When I change the currentPage nothing changes. Is it possible to manage a page change outside the carousel?
Currently, the carousel does not focus or handle swipes when presented in a tvOS app. Expected Behavior: The entire carousel should receive focus. When a user swipes right or left...
The `pageStyle` prop doesn't apply styles because the `` component does not support style. ## Issue See [index.js lines 142-144](https://github.com/appintheair/react-native-looped-carousel/blob/master/index.js#L142-L144): {page} ## Repro Try setting styles for `pageStyle` or use...
I just updated to 0.1.6 and now horizontal swipe isn't working on Android. (still works fine on iOS). ``` "react-native": "0.42.3",``` The component inside the ``````is very simple and looks...
I'm using react-native Navigator's HorizontalSwipeJump to back swipe screens. With a Carousel it seems HorizontalSwipeJump overrides the carousel swipes and swipes forward or backward through nav. Any ideas on how...