diff --git a/Libraries/Geolocation/Geolocation.js b/Libraries/Geolocation/Geolocation.js index d946a9bcd..8e943b035 100644 --- a/Libraries/Geolocation/Geolocation.js +++ b/Libraries/Geolocation/Geolocation.js @@ -34,6 +34,9 @@ type GeoOptions = { * The Geolocation API follows the web spec: * https://developer.mozilla.org/en-US/docs/Web/API/Geolocation * + * As a browser polyfill, this API is available through the `navigator.geolocation` + * global - you do not need to `import` it. + * * ### iOS * You need to include the `NSLocationWhenInUseUsageDescription` key * in Info.plist to enable geolocation. Geolocation is enabled by default