UNPKG

expo-calendar

Version:

Provides an API for interacting with the device's system calendars, events, reminders, and associated records.

10 lines (9 loc) 307 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <queries> <intent> <!-- Required for opening event in calendar if targeting API 30 --> <action android:name="android.intent.action.VIEW" /> <data android:scheme="content" /> </intent> </queries> </manifest>