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?
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.

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
Most helpful comment
When you use:
enabledContentGestureInteraction={false}
on BottomSheet you can scroll the ScrollView and use Press Interactions etc.
Happy Coding!