mauron85 / react-native-background-geolocation

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

'ErrorCorrection' #586

Open Tanuja-A opened 3 months ago

Tanuja-A commented 3 months ago

We have made some potential changes in the node module. We rectified error which we are getting as below.

  1. Recompile with -Xlint:deprecation for details
  2. React native build error: package android.support.annotation does not exist

So we made the changes and it worked for us. It may help others as well. Please review the code and if its correct please help others to get out of these errors.

Thank you