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?
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
Most helpful comment
This issue has been already discussed in #16 . You have to use Touchables from
react-native-gesture-handleras a workaround. Follow the related issue for more detail