Persist taps in the dialog scrollview (#5701)
This commit is contained in:
@@ -223,7 +223,8 @@ export const ScrollableInner = React.forwardRef<ScrollView, DialogInnerProps>(
|
||||
bounces={nativeSnapPoint === BottomSheetSnapPoint.Full}
|
||||
bottomOffset={30}
|
||||
scrollEventThrottle={50}
|
||||
onScroll={isAndroid ? onScroll : undefined}>
|
||||
onScroll={isAndroid ? onScroll : undefined}
|
||||
keyboardShouldPersistTaps="handled">
|
||||
{children}
|
||||
</KeyboardAwareScrollView>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user