React-native-reanimated-bottom-sheet: Bottom sheet content not clickable on android

Created on 4 Apr 2019  路  1Comment  路  Source: osdnk/react-native-reanimated-bottom-sheet

Created a snack: https://snack.expo.io/SkCT567t4

On android, the content elements of bottom sheet don't execute "onPress" when clicked. For some reason it still launches the ripple effect. It's all okay on iOS. Another thing is it works on long press.

Versions: alpha 3-8

Any ideas?

Most helpful comment

This issue has been already discussed in #16 . You have to use Touchables from react-native-gesture-handler as a workaround. Follow the related issue for more detail

>All comments

This issue has been already discussed in #16 . You have to use Touchables from react-native-gesture-handler as a workaround. Follow the related issue for more detail

Was this page helpful?
0 / 5 - 0 ratings