diff --git a/docs/geolocation.html b/docs/geolocation.html
index 0963cd6841e..0f396d00598 100644
--- a/docs/geolocation.html
+++ b/docs/geolocation.html
@@ -4,7 +4,7 @@ in Info.plist to enable geolocation. Geolocation is enabled by default
when you create a project with react-native init.
To request access to location, you need to add the following line to your
app's AndroidManifest.xml:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Invokes the success callback once with the latest location info. Supported options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool)
Invokes the success callback whenever the location changes. Supported -options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool)
Examples # | Edit on GitHub |
Examples # | Edit on GitHub |