react-native-camera-ios-enable

Enable IOS Camera by setting privacy text

Usage no npm install needed!

<script type="module">
  import reactNativeCameraIosEnable from 'https://cdn.skypack.dev/react-native-camera-ios-enable';
</script>

README

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!"
}