react-native-moengage
Version:
MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.
16 lines (13 loc) • 438 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.moengage.react">
<application>
<service
android:name="com.moengage.firebase.MoEFireBaseMessagingService"
android:priority="-1"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
</application>
</manifest>