Commit cf61b74f authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent bb1f132c
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
... ...
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
+ <service android:name="com.evollu.react.fcm.MessagingService"> + <service android:name="com.evollu.react.fcm.MessagingService" android:enabled="true" android:exported="true">
+ <intent-filter> + <intent-filter>
+ <action android:name="com.google.firebase.MESSAGING_EVENT"/> + <action android:name="com.google.firebase.MESSAGING_EVENT"/>
+ </intent-filter> + </intent-filter>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment