Giphy / giphy-react-native-sdk

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

explicit or implicit dependency react-native-giphy #202

Open sivamurthinaroji opened 3 weeks ago

sivamurthinaroji commented 3 weeks ago

Gradle detected a problem with the following location: '/Users/Siva-vempower/Documents/Meethour repos/tttaaaa/Meethour-Web-MobileApps'.

Reason: Task ':sdk:bundleReleaseJsAndAssets' uses this output of task ':react-native-giphy:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

Possible solutions:
  1. Declare task ':react-native-giphy:packageReleaseResources' as an input of ':sdk:bundleReleaseJsAndAssets'.
  2. Declare an explicit dependency on ':react-native-giphy:packageReleaseResources' from ':sdk:bundleReleaseJsAndAssets' using Task#dependsOn.
  3. Declare an explicit dependency on ':react-native-giphy:packageReleaseResources' from ':sdk:bundleReleaseJsAndAssets' using Task#mustRunAfter.
ALexanderLonsky commented 3 weeks ago

Hey @sivamurthinaroji,

Could you please provide the steps to reproduce?

and

Your Environment

sivamurthinaroji commented 2 weeks ago

"@giphy/react-native-sdk": "^2.3.0", "react-native": "0.73.8",

ALexanderLonsky commented 1 week ago

please use the following version:

"@giphy/react-native-sdk": "^3.3.1"

Additionally, make sure to follow the instructions.