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

Upgrade RNBGL to 3.0.5 #3789

Closed
bengtan opened this issue Jun 4, 2019 · 1 comment
Closed

Upgrade RNBGL to 3.0.5 #3789

bengtan opened this issue Jun 4, 2019 · 1 comment

Comments

@bengtan
Copy link
Contributor

bengtan commented Jun 4, 2019

There are a few android bugfixes since 3.0.0-rc5.

Also, please note https://github.com/transistorsoft/react-native-background-geolocation/blob/master/CHANGELOG.md

reset parameter provided to #ready has now been default to true.

So ... something like:

        const config = yield BackgroundGeolocation.ready({})

needs to become:

        const config = yield BackgroundGeolocation.ready({reset: false})
@bengtan bengtan added the Required for Release Required for the next app/play store release. label Jun 4, 2019
@bengtan bengtan removed the Required for Release Required for the next app/play store release. label Jun 18, 2019
@bengtan
Copy link
Contributor Author

bengtan commented Jul 12, 2019

This was done in PR #3906.

@bengtan bengtan closed this as completed Jul 12, 2019
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

1 participant