Skip to content

Commit

Permalink
add missing containerStyles in web TextInput container
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhutornyi committed Jan 16, 2024
1 parent 8e2fb67 commit cf2cc24
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 cf2cc24

Please sign in to comment.