Giphy / giphy-react-native-sdk

GIPHY React Native SDK
https://developers.giphy.com
Apache License 2.0
67 stars 25 forks source link

GridView Touch Event is not working with react-native-bottom-sheet & Animated.View #157

Closed w3company-leo closed 9 months ago

w3company-leo commented 9 months ago

🐛 Bug Report

GridView Touch Event is not working with react-native-bottom-sheet & Animated.View

<BototmSheetModal>
<GridView />
</BottomSheetModal>

OR

<Animated.View>
<GridView />
</Animated.View>

onSelected is not working in android (ios work)