react-native-photolibrary-ios-enable

1.1.1 • Public • Published

react-native-photolibrary-ios-enable

Adds security message to allow use of the photo library without requiring XCode intervention

Usage

yarn add react-native-photolibrary-ios-enable

Note You can determine the text for the camera permission message via the IOSPhotoLibraryPrivacyText and IOSPhotoLibraryAddPrivacyText properties of your package.json file. To set text, just set the value like so before adding the package:

{
    ...
    dependencies: {
        ...
    },
    IOSPhotoLibraryPrivacyText: "Please let me use the camera!",
    IOSPhotoLibraryAddPrivacyText: "Please let me save pictures to your camera roll!"
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-photolibrary-ios-enable

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

4.69 kB

Total Files

5

Last publish

Collaborators

  • raydeck