Bibhuti Swain
Bibhuti Swain
Could you please rebuild the app once again? Maybe this will fix the problem.
Could not find method compile() for arguments [com.firebase:firebase-jobdispatcher:0.8.5] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Add this line into your dependencies dependencies{ .... implementation fileTree(dir: "libs", include: ["*.aar"]) } and at the end in your terminal or cmd type : npx jetifier and run your...
Fork this project and after forking you can customise code according to your propose.
same issue for me
same issue here . getCurrentVersion is work fine but getLatestVersion is not working
Same Issue
I'm facing the same issue. ``` "react-native": "0.73.4", "lottie-react-native": "^6.4.1", ```
I found a solution. Please remove the height and width **point values**. Before ``` "h": 121.07, "w": 153.26, ``` After ``` "h": 121, "w": 153, ```