Skip to content

Commit f13692a

Browse files
committed
convert to new react native config format
1 parent baf0398 commit f13692a

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)