-
Notifications
You must be signed in to change notification settings - Fork 291
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
Update package to use react-native-geolocation #69
Comments
What do you mean by the title? Isn't this package a solution (alternative) for react-native-geolocation? |
@JanithaR Reference: facebook/react-native#7495 (comment) |
I know that and the recommended approach is to use
react-native-geolocation-service instead of react-native-geolocation. I'm
just still wondering what you meant in the question.
Regards,
Janitha
…On Tue, May 14, 2019, 11:27 Anders Ekman ***@***.***> wrote:
@JanithaR <https://github.com/JanithaR> Reference: facebook/react-native#7495
(comment)
<facebook/react-native#7495 (comment)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#69?email_source=notifications&email_token=AA3O4AH45LV3AT3EIE6NG3LPVJID5A5CNFSM4HF7LMOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVKLBZQ#issuecomment-492089574>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3O4AAC4NCQT6QMKFPAW63PVJID5ANCNFSM4HF7LMOA>
.
|
|
I've forked the repo (feel free to use if you need it before this repo is officially updated) at https://github.com/canpoyrazoglu/react-native-geolocation-service. (Though you'll need to add and link the dependency manually, see below.) I can confirm that it works (at least, on iOS, couldn't test Android yet) after adding the
Linking it: And referencing it in And also deleting the line (I've already done it in my fork): I'm on RN 0.60 RC2 and can confirm it works correctly on my device (iPhone X, iOS 12.3.1). |
Sorry guys, I've been pretty busy with work lately so haven't pushed an update regarding this. I'll fix this tonight. |
I've pushed a commit in master branch to fix this, please try and let me know if it works. I'll then release it in npm registry. |
Hey, anythink new about adding it to the npm registry? And thanks for this helpful package :) |
New version is already available in npm. |
Geolocation is being removed in RN 0.60 and is moved to https://github.com/react-native-community/react-native-geolocation
The text was updated successfully, but these errors were encountered: