Skip to content

rhdeck/react-native-camera-ios-enable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-camera-ios-enable

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

Usage

yarn add react-native-camera-ios-enable

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

{
    ...
    "dependencies": {
        ...
    },
    "IOSCameraPrivacyText": "Please let me use the camera!"
}

About

Enable camera on IOS by setting privacy text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published