react-native-add-calendar-event icon indicating copy to clipboard operation
react-native-add-calendar-event copied to clipboard

Support for Android 11

Open sdlee3 opened this issue 4 years ago • 5 comments

Hi, after i upgrade to targetSdkVersion 30 which to support Android 11, I unable to add my appointment to calendar in Android. Anyone here have idea and help for this issue?

sdlee3 avatar Aug 25 '21 06:08 sdlee3

Bump

jomla97 avatar Nov 11 '21 10:11 jomla97

I can't add event to Android 11 as well, Android 12 is out now.

iamakg avatar Dec 03 '21 20:12 iamakg

same issue @sdlee3 @iamakg i can't add event

Mitdd9707 avatar Dec 21 '21 08:12 Mitdd9707

Hi @Mitdd9707. I fixed that by adding the package visibility for calendar in Android Manifest file.

Here are the code snippet, hope it able to help you

<manifest package="com.example.test">
   <queries>
     <package android:name="com.google.android.calendar" />    
    </queries>
    ...
</manifest>

sdlee3 avatar Dec 28 '21 02:12 sdlee3

This Issue can be closed I guess. On Android 11 I can add an event to the Calendar

johannessachse avatar Jan 09 '24 10:01 johannessachse