You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v5, when using BottomSheetScrollView inside BottomSheet component, if content inside it is taking more spaces then device screen height, it will expand bottom sheet over last snap point. In earlier versions, for example 4.6.1 that wasn't case. It would stop at last snap point end pulling it up will scroll content, like expected. Is there some additional prop that I'm missing?
Reproduction steps
use bottom sheet component
put some snap points (['8%', '80%']
add bottom sheet scroll view as it's children
add lots of content inside scroll view
expand bottom sheet and see if bottom sheet stops at last snap point or it goes at the end of the device screen
Reproduction sample
/
Relevant log output
// using latest v5 version
import { View } from 'react-native;import BottomSheet from '@gorhom/bottom-sheet';import { BottomSheetScrollView, BottomSheetScrollViewMethods } from '@gorhom/bottom-sheet';<BottomSheet {...props}> <BottomSheetScrollView {...props}> <View>....</View> </BottomSheetScrollView></BottomSheet>
The text was updated successfully, but these errors were encountered:
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
Android, iOS
What happened?
Since v5, when using BottomSheetScrollView inside BottomSheet component, if content inside it is taking more spaces then device screen height, it will expand bottom sheet over last snap point. In earlier versions, for example 4.6.1 that wasn't case. It would stop at last snap point end pulling it up will scroll content, like expected. Is there some additional prop that I'm missing?
Reproduction steps
Reproduction sample
/
Relevant log output
The text was updated successfully, but these errors were encountered: