From 1f017b22eaca176b4d42712cea1a6d563112ab97 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 5 Oct 2017 16:00:06 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a7aa58..9382718 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Join the chat at https://gitter.im/evollu/react-native-fcm](https://badges.gitter.im/evollu/react-native-fcm.svg)](https://gitter.im/evollu/react-native-fcm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## NOTES: -- current latest version: v9.x +- current latest version: v10.x - for iOS SDK < 4, use react-native-fcm@6.2.3 (v6.x is still compatible with Firebase SDK v4) - for RN < 0.40.0, use react-native-fcm@2.5.6 - for RN < 0.33.0, use react-native-fcm@1.1.0 @@ -367,7 +367,6 @@ class App extends Component { sub_text: "This is a subText", // Android only color: "red", // Android only vibrate: 300, // Android only default: 300, no vibration if you pass null - tag: 'some_tag', // Android only group: "group", // Android only picture: "https://google.png", // Android only bigPicture style ongoing: true, // Android only -- 2.26.2