Giphy / giphy-react-native-sdk

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

explicit or implicit dependency react-native-giphy #202

Open sivamurthinaroji opened 1 week ago

sivamurthinaroji commented 1 week 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 1 week ago

Hey @sivamurthinaroji,

Could you please provide the steps to reproduce?

and

Your Environment

sivamurthinaroji commented 3 days ago

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