<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="re.notifica.reactnative" >

    <uses-sdk
        android:minSdkVersion="21"
        android:targetSdkVersion="30" />

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

</manifest>