diff --git a/docs/cameraroll.html b/docs/cameraroll.html index edb87a99053..6f9ee7715db 100644 --- a/docs/cameraroll.html +++ b/docs/cameraroll.html @@ -1,6 +1,6 @@
All rights reserved.
This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant -of patent rights can be found in the PATENTS file in the same directory.
Saves the image with tag tag to the camera roll.
@param {string} tag - Can be any of the three kinds of tags we accept: +of patent rights can be found in the PATENTS file in the same directory.
@flow
Saves the image with tag tag to the camera roll.
@param {string} tag - Can be any of the three kinds of tags we accept: 1. URL 2. assets-library tag 3. tag returned from storing an image in memory
Invokes callback with photo identifier objects from the local camera
diff --git a/docs/geolocation.html b/docs/geolocation.html
index 0cb14bed098..a0d798e4fd5 100644
--- a/docs/geolocation.html
+++ b/docs/geolocation.html
@@ -3,7 +3,7 @@ You need to add NSLocationWhenInUseUsageDescription key
in Info.plist to enable geolocation, otherwise it's going
to fail silently!
!/ !/
Geolocation follows the MDN specification: -https://developer.mozilla.org/en-US/docs/Web/API/Geolocation