react-native-calendar-ios-enable

Enable IOS calendar by setting privacy text

Usage no npm install needed!

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

README

react-native-calendar-ios-enable

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

Usage

yarn add react-native-calendar-ios-enable

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

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