diff --git a/README.md b/README.md index 293dff26a620422ef27838f4ab4ba69bf1e1e4d2..b32c2dcd8896aaf3432176f1ab5b838a27f7654b 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ NOTE: `com.evollu.react.fcm.FIRLocalMessagingPublisher` is required for presenti ## Usage ```javascript +import {Platform} from 'react-native'; import FCM, {FCMEvent, RemoteNotificationResult, WillPresentNotificationResult, NotificationType} from 'react-native-fcm'; class App extends Component {