From 6ad0ce9dcf4502e103e99ab3a1e5b85689465049 Mon Sep 17 00:00:00 2001 From: Yong Ling Date: Mon, 16 Sep 2019 16:11:43 +1000 Subject: [PATCH] Add react-native.config.js --- react-native.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 react-native.config.js diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 000000000..6903064f2 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,10 @@ +module.exports = { + dependency: { + platforms: { + android: { + "packageInstance": "new ReactNativePushNotificationPackage()" + } + } + } +}; +