react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

`onEndReached` not called consistently for nested `FlatList`

Open AChesarone opened this issue 3 years ago • 2 comments

When using a FlatList in the ActionSheet, the onEndReached function is not consistently called when reaching the end of the FlatList content. Is there any specific configuration that needs to be done in order for this to work?

Note that this worked previously, but stoped working after updating RN to 0.66.4. Current react-native-actions-sheet version is 0.6.0. Also importing FlatList from react-native-gesture-handler.

AChesarone avatar Feb 17 '22 22:02 AChesarone

+1. facing the same issue. My onEndReached is never called. What could be the issue?

zzeerak avatar Mar 14 '22 09:03 zzeerak

Setting this prop within ActionSheet containerStyle={position:'absolute', bottom:0} worked for me.

retr0-spection avatar Jul 09 '22 20:07 retr0-spection

Fixed in v0.8.0. New version coming soon.

ammarahm-ed avatar Aug 21 '22 06:08 ammarahm-ed