Skip to content

Commit

Permalink
Merge pull request #34555 from mkhutornyi/fix-34385
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny authored Jan 16, 2024
2 parents 54b7f48 + cf2cc24 commit 9d40a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextInput/BaseTextInput/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function BaseTextInput(
return (
<>
<View
style={styles.pointerEventsNone}
style={[styles.pointerEventsNone, containerStyles]}
// eslint-disable-next-line react/jsx-props-no-spreading
{...(shouldInterceptSwipe && SwipeInterceptPanResponder.panHandlers)}
>
Expand Down

0 comments on commit 9d40a26

Please sign in to comment.