You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
I'm getting this error while clicking on the action button from the Android 13 device "Indirect notification activity start (trampoline) from com.xxx blocked"
startActivity method is not working properly for Android 13 and above versions, I'm using "react-native-push-notification": "8.1.1" version with targetSdkVersion 33
I have also changed these two lines in node_modules/react-native-push-notification/android/build.gradle as per this #2352 but its not working for action button click(app is not launching)
I'm getting this error while clicking on the action button from the Android 13 device "Indirect notification activity start (trampoline) from com.xxx blocked"
startActivity method is not working properly for Android 13 and above versions, I'm using "react-native-push-notification": "8.1.1" version with targetSdkVersion 33
I have also changed these two lines in node_modules/react-native-push-notification/android/build.gradle as per this #2352 but its not working for action button click(app is not launching)
The text was updated successfully, but these errors were encountered: