react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

how to scroll list to the bottom?

Open DanielShaban opened this issue 3 years ago • 1 comments

i have a list inside bottom sheet and i need to scrool to the end of it. i don't mean snap to 100% i mean scroll without changing snap point. Thanks!

DanielShaban avatar Nov 23 '21 15:11 DanielShaban

<BottomSheet enabledGestureInteraction={false} enabledContentTapInteraction={false}
/>

Rookid19 avatar Feb 26 '22 23:02 Rookid19