1.0.1 • Published 7 years ago
react-native-calendar-ios-enable v1.0.1
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-enableNote 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!"
}