react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

TextInput does not work

Open Saad-Bashar opened this issue 5 years ago • 8 comments

Inside render content TextInput does not seem to work. Can't type anything inside normal text input. Tried importing from gesture handle but same behavior. Any help?

Saad-Bashar avatar Sep 15 '19 07:09 Saad-Bashar

I have a similar issue with buttons. If I have a button inside the BottomSheet and enabledGestureInteraction is not set to false, the button doesn't work in Android.

CristyTarantino avatar Sep 26 '19 13:09 CristyTarantino

Button inside sheet doesn't work like @CristyTarantino, it just work when i do a long click.

untitled

brunocrpontes avatar Oct 01 '19 19:10 brunocrpontes

any update on this issue?

safeer-ahmed avatar Oct 09 '19 06:10 safeer-ahmed

When you use: enabledContentGestureInteraction={false} on BottomSheet you can scroll the ScrollView and use Press Interactions etc.

Happy Coding!

parav01d avatar Oct 10 '19 08:10 parav01d

Thanks @parav01d It would be great if this issue could be fixed in the future even without that flag enabledContentGestureInteraction={false}

espipj avatar Jan 18 '20 02:01 espipj

Inside render content TextInput does not seem to work. Can't type anything inside normal text input. Tried importing from gesture handle but same behavior. Any help?

not getting solution yet

any update on this issue? Everything is good on IOS, just the textInput is not working on Android, import from nativeBase or react native gesture handle also same

JadenTheGiant avatar Jun 04 '21 06:06 JadenTheGiant

I can't use a TextInput inside the bottomsheet. enabledContentGestureInteraction={enabledContentGestureInteraction} didn't do anything usefull

I can click on buttons by importing from react-native-gesture-handler but cant use textinputs

alimertcakar avatar Aug 20 '21 09:08 alimertcakar