prscX / react-native-app-tour

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

Could not find com.getkeepsafe.taptargetview:taptargetview:1.13.0. #125

Open chinuc opened 3 months ago

chinuc commented 3 months ago

Could not determine the dependencies of task ':react-native-app-tour:compileDebugAidl'.

Could not resolve all task dependencies for configuration ':react-native-app-tour:debugCompileClasspath'. Could not find com.getkeepsafe.taptargetview:taptargetview:1.13.0. Required by: project :react-native-app-tour

Package.json "react-native-app-tour": "1.0.5",

class path in android implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'

sujeet1365 commented 3 months ago

@chinuc update the existing dependency in node modules: follow the below path and update the dependency with the below version path: node_modules > react-native-app-tour > android > build.gradle implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'

It worked for me.

JoelArg02 commented 1 month ago

@chinuc update the existing dependency in node modules: follow the below path and update the dependency with the below version path: node_modules > react-native-app-tour > android > build.gradle implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'

It worked for me.

It worked for me x2.