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}
|
bounces={nativeSnapPoint === BottomSheetSnapPoint.Full}
|
||||||
bottomOffset={30}
|
bottomOffset={30}
|
||||||
scrollEventThrottle={50}
|
scrollEventThrottle={50}
|
||||||
onScroll={isAndroid ? onScroll : undefined}>
|
onScroll={isAndroid ? onScroll : undefined}
|
||||||
|
keyboardShouldPersistTaps="handled">
|
||||||
{children}
|
{children}
|
||||||
</KeyboardAwareScrollView>
|
</KeyboardAwareScrollView>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user