Merge pull request #118 from klummy/patch-1

Minor typo causing error in run-android
This commit is contained in:
Elliot Hesp 2017-05-16 09:07:52 +01:00 committed by GitHub
commit 0151f6cca3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Add messaging service:
If you would like to schedule local notifications then you also need to add the following:
```xml
<receiver android:name="io.invertase.firebase.messaging.RNFirebaseLocalMessagingPublisher"/>
<receiver android:enabled="true" android:exported="true"android:name="io.invertase.firebase.messaging.RNFirebaseSystemBootEventReceiver">
<receiver android:enabled="true" android:exported="true" android:name="io.invertase.firebase.messaging.RNFirebaseSystemBootEventReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
<action android:name="android.intent.action.QUICKBOOT_POWERON"/>