Giphy / giphy-react-native-sdk

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

[Android Only]GiphyGridView content changes from GiphyContent.trendingGifs to GiphyContent.recents, GiphyGridView not refresh. #126

Closed THDGunner closed 1 year ago

THDGunner commented 1 year ago
pshoniuk commented 1 year ago

Hi @THDGunner Thank you for the report. We'll release a fix in the next version. I'll update the status here when that happens

pshoniuk commented 1 year ago

Hi @THDGunner We released a fix in v2.4.2

THDGunner commented 1 year ago

Hi @THDGunner We released a fix in v2.4.2

Hi @pshoniuk , Thank you for the quick reply! Unfortunately this issue is not resolved yet.I upgraded to the latest(v2.4.2) version and tested it on an android device(Google pixel6).The phenomenon is the same as before.

pshoniuk commented 1 year ago

@THDGunner I couldn't reproduce the issue in v2.4.2. It might be a problem with the gradle cache. Please ensure your project uses the correct version of the GIPHY UI SDK, which should be: com.giphy.sdk:ui:2.3.6-hotfix-grid. To check this, you can inspect the output of this command running from the android folder: ./gradlew app:dependencies | grep 'com.giphy.sdk:ui' If the version is correct, it would be great if you could share more details or, ideally, a minimal playground where the issue occurs.