@notifee/react-native
Version:
Notifee - a feature rich notifications library for React Native.
13 lines (11 loc) • 376 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.invertase.notifee">
<application>
<provider
android:name=".NotifeeInitProvider"
android:authorities="${applicationId}.notifee-init-provider"
android:exported="false"
android:initOrder="-100" />
</application>
</manifest>