From b9a0385ed1aa1ebd486b87cdd932704a70f5e1fe Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 22 Sep 2016 10:08:28 -0400 Subject: [PATCH] Create ISSUE_TEMPLATE --- ISSUE_TEMPLATE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ISSUE_TEMPLATE diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 100644 index 0000000..27ca969 --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1,8 @@ +Please include following information for better support + +What verion of RN and react-native-fcm are you running? +What device are you using? (e.g iOS9 emulator, Android 6 device)? +Is your app running in foreground, background or not running? + +Advanced: +Have you tried adding break point in native handlers to see if message gets delivered? -- 2.26.2