react-native-send-intent icon indicating copy to clipboard operation
react-native-send-intent copied to clipboard

Support for Android 11

Open sdlee3 opened this issue 3 years ago • 1 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 07:08 sdlee3

Starting with API level 30, you need to explicitly add the packages that you want to query in your AndroidManifest file: https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9

dafuga avatar Sep 25 '21 19:09 dafuga