React-native-reanimated-bottom-sheet: Can't scroll a webview inside of bottom sheet on Android

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

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!

Most helpful comment

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

Happy Coding!

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings