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

    <application>

        <receiver
            android:name="re.notifica.reactnative.NotificareReceiver"
            android:exported="false" />

    </application>

</manifest>
