diff --git a/Libraries/Geolocation/Geolocation.js b/Libraries/Geolocation/Geolocation.js index 7efa7b9e88c2e9..2a68585ff635f7 100644 --- a/Libraries/Geolocation/Geolocation.js +++ b/Libraries/Geolocation/Geolocation.js @@ -76,6 +76,12 @@ type GeoOptions = { * Android API >= 18 Positions will also contain a `mocked` boolean to indicate if position * was created from a mock provider. * + *

+ * Android API >= 23 Requires an additional step to check for, and request + * the ACCESS_FINE_LOCATION permission using + * the PermissionsAndroid API. + * Failure to do so may result in a hard crash. + *

*/ var Geolocation = {