Skip to content

React-Native plugin to enable calendar by setting privacy text

License

Notifications You must be signed in to change notification settings

rhdeck/react-native-calendar-ios-enable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React-Native plugin to enable calendar by setting privacy text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published