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

use latest play services version 21.0.1 #249

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

marchinram
Copy link
Contributor

@marchinram marchinram commented Apr 18, 2023

Overview

Google released play-services-location 21.0.1 back in 11/2022 so seems like a good time to update, also due to other dependencies requiring 21.0.1 my project resolves to this version, when I attempt to use react-native-geolocation with 21.0.1 in my app I get the following error:
Screenshot_1681836121

This is actually fixed by updating to 21.0.0 however seems better to update to latest.

Test Plan

Ran all tests in the package.json scripts section, ran sample app and tested it worked, and tested in my own app where I initially noticed the issue, tested changes by updating @react-native-community/geolocation in dependencies to use local path of git repo for my fork.

@michalchudziak michalchudziak changed the base branch from master to develop July 21, 2023 12:58
@michalchudziak michalchudziak merged commit 3a8c1b7 into michalchudziak:develop Jul 21, 2023
michalchudziak added a commit that referenced this pull request Aug 29, 2023
* use latest play services version 21.0.1 (#249)

Thanks, I'll test this out and include in the next version

* work in Headless JS (#254)

Co-authored-by: lavrik acer <valery.lavrik@gmail.com>

* Default `maximumAge` to 0 on iOS. (#268)

* Example updates (#270)

* chore: headless js + example updates

* chore: revert ts changes

* chore: fix background location timer types

* chore: move types package

---------

Co-authored-by: Brian Rojas <marchinram@gmail.com>
Co-authored-by: valery-lavrik <valery-lavrik@users.noreply.github.com>
Co-authored-by: lavrik acer <valery.lavrik@gmail.com>
Co-authored-by: Justin Kaufman <57186+jkaufman@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants