react-native-swiper-flatlist
react-native-swiper-flatlist copied to clipboard
👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox
When setting horizontal padding on a grandparent View, manual swipes don't swipe fully. With every swipe the displayed portion of the previous element increases. When pressing the pagination dots, the...
Sometimes i am able to swipe more than expected outside of the boundaries of my rendered components. When inspecting the elements i can see that an additional element is being...
An unused React import causes an error when imported into a project that uses TSLint. There's an ESLint ignore, but it doesn't prevent the issue for TSLint.
## Description - When user manually swipes item to side numerous times, `onChangeIndex` callback occasionally is not fired. - I have stripped back the props I was passing to ``...
Similar to what was mentioned in #135 , I'm finding that I'm having to conditionally add or remove the autoplay props for play/pause functionality rather than just update the autoplay...
For example, i have 3 items within the swiper, at reaching the third item, the swiper stops as default. I want to keep swiping back to the first item when...
Hello, First of all, thank you for this great lib. Its very helpful. I'd like to know if is it possible block swipe direction to left or right?
if i load some image swiper in vertical mode and i rotate my screen its not auto adjusting for landscape mode. its still taking portrait height and width.
To import { FlatList } from 'react-native-gesture-handler' instead of from 'react-native' library as the SwiperFlatList component will not be swipeable on android devices when using within the @gorhom/bottom-sheet library. It...
In RTL mode, **Flatlist** `renderItem` is called continuously I debug the issue and I found that in **SwiperFlatList.tsx** `_onViewableItemsChanged` method is called continuously with incorrect indexing. If anyone found a...