Skip to content

Commit

Permalink
Merge pull request #408 from joltup/convert-rnpm-to-config
Browse files Browse the repository at this point in the history
convert to new react native config format
  • Loading branch information
Traviskn authored Sep 26, 2019
2 parents f882654 + f13692a commit 356d731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
"filestream",
"image header"
],
"rnpm": {
"commands": {
"prelink": "node ./node_modules/rn-fetch-blob/scripts/prelink.js"
}
},
"repository": {
"url": "https://github.com/joltup/rn-fetch-blob.git"
},
Expand Down
7 changes: 7 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
dependency: {
hooks: {
prelink: 'node ./node_modules/rn-fetch-blob/scripts/prelink.js',
},
},
};

0 comments on commit 356d731

Please sign in to comment.