Giphy / giphy-react-native-sdk

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

FAILURE: Build failed with an exception #156

Closed w3company-leo closed 9 months ago

w3company-leo commented 9 months ago

🐛 Bug Report

FAILURE: Build failed with an exception.

Your Environment

ALexanderLonsky commented 9 months ago

Hey @w3company-leo, Did you try doing ./gradlew clean?

If that did not help, could you please provide a minimal reproducible playground/demo?

w3company-leo commented 9 months ago

@ALexanderLonsky My gradle was 1.6.x. After upgrading 1.8.0 it works. But in android, using https://github.com/gorhom/react-native-bottom-sheet onSelected is not work (ios works well)

I want to change FlatList, TouchalbeOpacity components to react-native-bottom-sheet components how can i do that?