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

Updated README.md examples to use Geolocation instead of the incorrec… #117

Merged
merged 1 commit into from
May 15, 2022

Conversation

benjaminpiggott
Copy link
Contributor

I have updated the javascript usage examples in README.md
The import is written as
import Geolocation from '@react-native-community/geolocation';
but the examples use geolocation with a lowercase g.

Example of change:

geolocation.watchPosition(success, [error], [options]);

changed to

Geolocation.watchPosition(success, [error], [options]);

@michalchudziak michalchudziak merged commit 1c5ddb4 into michalchudziak:master May 15, 2022
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

3 participants