From c079acad3c161bcf3afe3d72f99380db4042010a Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 7 Jun 2016 00:05:23 -0400 Subject: [PATCH] add DeviceEventEmitter import in ReadMe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de9a758..182c1f4 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ In [firebase console](https://console.firebase.google.com/), you can get `google ```javascript +import {DeviceEventEmitter} from 'react-native'; var FCM = require('react-native-fcm'); componentWillMount() { -- 2.26.2