I have try to install my app on android 12, then i have shown this error:
Failed parse during installPackageLI: /data/app/vmdl1552365075.tmp/base.apk (at Binary XML file line #227): com.dieam.reactnativepushnotification.modules.RNPushNotificationBootEventReceiver: Targeting S+ (version 31 and above) requires that an explicitvalue for android:exported be defined when intent filters are present'
So, How can resolve this?
You need to add android:exported for your receiver in manifest. You can read about it documentation