Skip to content

Commit 356d731

Browse files
authored
Merge pull request joltup#408 from joltup/convert-rnpm-to-config
convert to new react native config format
2 parents f882654 + f13692a commit 356d731

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
"filestream",
2222
"image header"
2323
],
24-
"rnpm": {
25-
"commands": {
26-
"prelink": "node ./node_modules/rn-fetch-blob/scripts/prelink.js"
27-
}
28-
},
2924
"repository": {
3025
"url": "https://github.com/joltup/rn-fetch-blob.git"
3126
},

react-native.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
dependency: {
3+
hooks: {
4+
prelink: 'node ./node_modules/rn-fetch-blob/scripts/prelink.js',
5+
},
6+
},
7+
};

0 commit comments

Comments
 (0)