React-native-reanimated-bottom-sheet: TextInput does not work

Created on 15 Sep 2019  路  6Comments  路  Source: osdnk/react-native-reanimated-bottom-sheet

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?

Most helpful comment

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

Happy Coding!

All 6 comments

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.

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

untitled

any update on this issue?

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

Happy Coding!

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

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

Was this page helpful?
0 / 5 - 0 ratings