Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNLocation functions issue #201

Open
RoshaanAli opened this issue Oct 15, 2022 · 5 comments
Open

RNLocation functions issue #201

RoshaanAli opened this issue Oct 15, 2022 · 5 comments

Comments

@RoshaanAli
Copy link

hello @timfpark
You made a great module for working with bglocation. Actually suddenly it stops working.
iJTWkH
TIA

@rexcode
Copy link

rexcode commented Oct 15, 2022

Hi @timfpark

got same issue - working smooth for many months suddenly start getting this issue

image

kindly check and guide

using
react-native": "0.63.2"
react-native-location": "^2.5.0"

@ereenyessamhanna
Copy link

Check your build.gradle inside android that googlePlayServicesVersion is not '+'
buildscript {
ext {
googlePlayServicesVersion = "your google play service version" // expected to be your google play service version
}
}

you can see that the last release note is at October 13, 2022, there is a change inside the location which maybe it's the cause of this crash check this link:
https://developers.google.com/android/guides/releases

@bibhuti9
Copy link

bibhuti9 commented Jan 30, 2023

I install this package and it through this error while installing react native app

Screenshot 2023-01-30 at 11 25 53 PM

@ahmadmalindo
Copy link

I install this package and it through this error while installing react native app

Screenshot 2023-01-30 at 11 25 53 PM

problem in firebase not in react native location

@bibhuti9
Copy link

bibhuti9 commented Jun 8, 2023

issue now resolved,

run npx jetifier before run react native project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants