I'm trying to a place a React Native Web View inside of the bottom sheet to create an effect similar to opening a bio link on Instagram. What I'm noticing is that the scrolling inside of the Web View doesn't work on Android, even though it works totally fine on iOS.
You can look at the Map.js example in my fork of the project for repro. I've added this simple commit on master there to demonstrate the issue.
Quick help would be appreciated because I'm under a very tight timeline!
When you use:
enabledContentGestureInteraction={false}
on BottomSheet you can scroll the ScrollView and use Press Interactions etc.
Happy Coding!
Here is a snack to show it working https://snack.expo.io/S17nPuJ9S
Most helpful comment
When you use:
enabledContentGestureInteraction={false}on BottomSheet you can scroll the ScrollView and use Press Interactions etc.
Happy Coding!