<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="re.notifica.react_native">

  <application>

    <receiver
      android:name=".NotificareModuleIntentReceiver"
      android:exported="false" />

  </application>

</manifest>
