react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
how to scroll list to the bottom?
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!
<BottomSheet
enabledGestureInteraction={false}
enabledContentTapInteraction={false}
/>