prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

Build failing on Android - Could not find taptargetview 1.13.0 #120

Closed Lucasdsk closed 2 years ago

Lucasdsk commented 2 years ago

Hello, I have just installed this lib in a brand new React native TS project but the build on Android is not working:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:mergeDebugAssets'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.getkeepsafe.taptargetview:taptargetview:1.13.0.
     Searched in the following locations:
       - file:/Users/lucasgomes/Documents/projects/taskport/taskport/node_modules/react-native/android/com/getkeepsafe/taptargetview/taptargetview/1.13.0/taptargetview-1.13.0.pom
       - file:/Users/lucasgomes/Documents/projects/taskport/taskport/node_modules/jsc-android/dist/com/getkeepsafe/taptargetview/taptargetview/1.13.0/taptargetview-1.13.0.pom
       - https://repo.maven.apache.org/maven2/com/getkeepsafe/taptargetview/taptargetview/1.13.0/taptargetview-1.13.0.pom
       - https://dl.google.com/dl/android/maven2/com/getkeepsafe/taptargetview/taptargetview/1.13.0/taptargetview-1.13.0.pom
       - https://www.jitpack.io/com/getkeepsafe/taptargetview/taptargetview/1.13.0/taptargetview-1.13.0.pom
     Required by:
         project :app > project :react-native-app-tour

As I could see in the https://github.com/prscX/react-native-app-tour/blob/master/android/build.gradle#L47 the version 1.13.0 is not found. And in fact if we check here: https://repo.maven.apache.org/maven2/com/getkeepsafe/taptargetview/taptargetview/ we don't see the 1.13.0 version.

If I manually change the version in node_modules to the 1.13.1 it works.

Can I open a PR upgrading the version?

prscX commented 2 years ago

Got You @Lucasdsk. Would be really helpful if you could share the PR for the same.

Thanks, </ Pranav >

ayush8385 commented 1 year ago

This issue is still coming please make a new release @prscX