Skip to content

Commit

Permalink
remove intercept swipe from native input
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Feb 14, 2024
1 parent 02d31b1 commit 44106ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/TextInput/BaseTextInput/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,7 @@ function BaseTextInput(

return (
<>
<View
style={[containerStyles]}
// eslint-disable-next-line react/jsx-props-no-spreading
{...(shouldInterceptSwipe && SwipeInterceptPanResponder.panHandlers)}
>
<View style={[containerStyles]}>
<PressableWithoutFeedback
role={CONST.ROLE.PRESENTATION}
onPress={onPress}
Expand Down

0 comments on commit 44106ac

Please sign in to comment.