react-native-beacons-manager icon indicating copy to clipboard operation
react-native-beacons-manager copied to clipboard

Could not find org.altbeacon:android-beacon-library

Open iSaBo96 opened this issue 6 months ago • 2 comments

Version

1.1.0

Platform

Android

OS version

Android 12

Steps to reproduce

  1. Create a "hello world"-App
  2. Add the library
  3. Change compile to implementation in the build.gradle file of the package
  4. run "npm run android"

Expected behavior

Run the App

Actual behavior

I get the following error: > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not find org.altbeacon:android-beacon-library:2.16.1. Searched in the following locations: - https://oss.sonatype.org/content/repositories/snapshots/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://repo.maven.apache.org/maven2/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - file:/Applications/XAMPP/xamppfiles/htdocs/Localizer/AwesomeProject/node_modules/jsc-android/dist/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://dl.google.com/dl/android/maven2/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://www.jitpack.io/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom Required by: project :app > project :react-native-beacons-manager

Does anybody know why? I already change "compile" to implementation in the build.gradle file

iSaBo96 avatar Dec 19 '23 12:12 iSaBo96

I am recommending to use https://github.com/JanSneeuw/react-native-beacon-radar

yasintz avatar Jan 06 '24 18:01 yasintz

Thank you. I will test the library :)

iSaBo96 avatar Jan 07 '24 07:01 iSaBo96