react-native-push-notification
react-native-push-notification copied to clipboard
Getting error when building project
Hey i receive "Missing permissions required by i ntent Intent.ACTION_CLOSE_SYSTEM_DIALOGS: android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"
i use the following packages:
"react-native-push-notification": "^8.1.1", "react": "18.2.0", "react-native": "0.72.4",
Same error here. node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationActions.java:65: Error: Missing permissions required by intent Intent.ACTION_CLOSE_SYSTEM_DIALOGS: android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS [MissingPermission]
"react-native": "0.70.8", "react-native-push-notification": "^8.1.1", "react": "18.1.0",
build.gradle:
minSdkVersion 23 targetSdkVersion 33
I have the same issue,
Could anyone resolved?
Hey could anyone resolve this issue here? struggling for days, :( @kvron @TulioMeran @amsteromer
Same