mak12 / react-native-background-geolocation

Background and foreground geolocation plugin for React Native. Tracks user when app is running in background.
Apache License 2.0
8 stars 4 forks source link

Error building React Android for React 0.72 #5

Open Skullcan opened 11 months ago

Skullcan commented 11 months ago

Your Environment

Context

When building after installing the lib the compiler can't finish with an error.

Steps to Reproduce

  1. Start a RN 0.72 project.
  2. Install the lib.
  3. Run yarn android.

Debug logs


1: Task failed with an exception.

Skullcan commented 11 months ago

is this fork still maintained?

mak12 commented 10 months ago

I will try to look into this issue, meanwhile if you have any pointers or you can solve this issue, I will encourage you to create a PR @Skullcan

Skullcan commented 10 months ago

Hey, thanks for the reply!

My best guess is that the old android project is not compatible with the gradle's new version requirements. By the error messages, looks like you need to define some of the dependencies.. I tried fiddle with the android project to update, but I'm not well versed in Java/Kotlin, so no luck there.

AdamKundracik commented 3 months ago

is this fork still maintained?