gusgard / react-native-swiper-flatlist

👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disableGesture cannot be updated on the fly

lsps9150414 opened this issue · comments

From the source code, it seems that disableGesture only accepts the initial value but cannot be updated after initialization.
(source code: https://github.com/gusgard/react-native-swiper-flatlist/blob/master/src/components/SwiperFlatList/SwiperFlatList.tsx#L76)

It would be nice if it accepts changes, otherwise, it would be better to name the prop something like initDisableGesture, similarly to how the initValue prop may exist for an input component along side a value prop.

Fixed in 3.0.18