Skip to content

Commit

Permalink
Update react-native.config.js
Browse files Browse the repository at this point in the history
Add proper dependency tag to react-native.config.js
  • Loading branch information
chrisspankroy committed Jul 9, 2019
1 parent 4e53d8c commit 30f617c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
project: {
android: {
"packageInstance": "new ReactNativePushNotificationPackage()"
}
dependency: {
platforms: {
android: {
"packageInstance": "new ReactNativePushNotificationPackage()"
}
}
}
};

0 comments on commit 30f617c

Please sign in to comment.