diff --git a/Libraries/Geolocation/Geolocation.js b/Libraries/Geolocation/Geolocation.js index 4f49ba9bf1144e..a8d2bfd410d944 100644 --- a/Libraries/Geolocation/Geolocation.js +++ b/Libraries/Geolocation/Geolocation.js @@ -71,6 +71,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 = {