hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
393 stars 55 forks source link

Cannot Disable Pull To Refresh #40

Closed RianTritiYanuar-ICube closed 1 year ago

RianTritiYanuar-ICube commented 2 years ago

I have TouchableOpacity as the parent of item that render on renderItem. And when i do longpress and swipe to down it is doing Pull To Refresh. Is there any proper way to disable Pull To Refresh?

The docs said this package extended ScrollView props, but when i set bounces to false it's still able to Pull To Refresh.

hyochan commented 1 year ago

Related #39

FengFuLiu commented 1 year ago

I have the same problem ,When PR can be merged?

hyochan commented 1 year ago

Closes #39