lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
418 stars 159 forks source link

Support for Android 11 #143

Open sdlee3 opened 3 years ago

sdlee3 commented 3 years ago

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?

dafuga commented 2 years ago

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