From 945a1c72dbc70efc492c68b4b959bdaff8bc1a09 Mon Sep 17 00:00:00 2001 From: Ricky Reusser Date: Fri, 20 Nov 2015 15:43:07 -0500 Subject: [PATCH] Note in docs that Android geolocation not yet open sourced --- Libraries/Geolocation/Geolocation.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Libraries/Geolocation/Geolocation.js b/Libraries/Geolocation/Geolocation.js index b6752e3f08..681a5f77b8 100644 --- a/Libraries/Geolocation/Geolocation.js +++ b/Libraries/Geolocation/Geolocation.js @@ -42,6 +42,10 @@ type GeoOptions = { * app's `AndroidManifest.xml`: * * `` + * + * Geolocation support for Android is planned but not yet open sourced. See + * [Known Issues](http://facebook.github.io/react-native/docs/known-issues.html#missing-modules-and-native-views). + * */ var Geolocation = {