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()" + } + } + } +}; +