From 7ba450e44517e9219bbb03591b32cdd8117d5805 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 2 Feb 2018 20:09:19 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3316ad595f288f9c8ed253d6a168d6182338db89 --- docs/next/cameraroll.html | 1 + docs/next/sectionlist.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/next/cameraroll.html b/docs/next/cameraroll.html index af2bc87b4e6..f285e650ace 100644 --- a/docs/next/cameraroll.html +++ b/docs/next/cameraroll.html @@ -8,6 +8,7 @@

On iOS, the CameraRoll API requires the RCTCameraRoll library to be linked. You can refer to Linking Libraries (iOS) to learn more.

Permissions

The user's permission is required in order to access the Camera Roll on devices running iOS 10 or later. Add the NSPhotoLibraryUsageDescription key in your Info.plist with a string that describes how your app will use this data. This key will appear as Privacy - Photo Library Usage Description in Xcode.

+

If you are targeting devices running iOS 11 or later, you will also need to add the NSPhotoLibraryAddUsageDescription key in your Info.plist. Use this key to define a string that describes how your app will use this data. By adding this key to your Info.plist, you will be able to request write-only access permission from the user. If you try to save to the camera roll without this permission, your app will exit.

Methods