react-native-masonry-list
react-native-masonry-list copied to clipboard
Cannot Disable Pull To Refresh
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.
Related #39
I have the same problem ,When PR can be merged?
Closes #39