Intenté instalar mi aplicación en Android 12, luego mostré este 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'Entonces, ¿cómo se puede resolver esto?
Debe agregar android:exported para su receptor en el manifiesto. Puedes leer al respecto documentación