UNPKG

@notifee/react-native

Version:

Notifee - a feature rich notifications library for React Native.

13 lines (11 loc) 376 B
<?xml version="1.0" encoding="utf-8"?> <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>