0

react-native-bottom-sheet is not scrolling bottom to top in the below scenario.

  1. Scroll to the bottom
  2. Close the bottom sheet to the start position
  3. Try to scroll from bottom to top

Please see the video

enter image description here

My code is as follows

<BottomSheet
    ref={ref}
    index={0}
    snapPoints={[200, 500]}>
    <BottomSheetScrollView contentContainerStyle={styles.bottomSheetContentContainer}>
        // components to render inside the bottom sheet
    </BottomSheetScrollView>
</BottomSheet>;
tharwi
  • 67
  • 11

0 Answers0