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.
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.
saveToCameraRollScrolls to the item at the specified sectionIndex and itemIndex (within the section) positioned in the viewable area such that viewPosition 0 places it at the top (and may be covered by a sticky header), 1 at the bottom, and 0.5 centered in the middle.
-Note: Cannot scroll to locations outside the render window without specifyingthe
+getItemLayoutprop.Note: Cannot scroll to locations outside the render window without specifying the
getItemLayoutprop.
Parameters: