Skip to content

Commit

Permalink
migrate to react-native.config (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
janczizikow authored and Sunhat committed Sep 9, 2019
1 parent 0d449d2 commit 659fb4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
"react",
"android"
],
"rnpm": {
"android": {
"packageInstance": "new ExtraDimensionsPackage()"
}
},
"author": "Jack Hsu <[email protected]> (http://jaysoo.ca/)",
"license": "ISC"
}
9 changes: 9 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
dependency: {
platforms: {
android: {
packageInstance: "new ExtraDimensionsPackage()"
}
}
}
};

0 comments on commit 659fb4c

Please sign in to comment.