From d84c9712bde3082801343318744eb206adf54b6a Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 9 Nov 2017 10:21:58 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 37a53f6..31f1ae3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ https://firebase.google.com/docs/cloud-messaging/ios/certs ## Android Configuration +- As `react-native link` sometimes has glitches, make sure you have this line added + +https://github.com/evollu/react-native-fcm/blob/master/Examples/simple-fcm-client/android/app/src/main/java/com/google/firebase/quickstart/fcm/MainApplication.java#L28 + - Edit `android/build.gradle`: ```diff dependencies { -- 2.26.2