We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf0398 commit f13692aCopy full SHA for f13692a
package.json
@@ -21,11 +21,6 @@
21
"filestream",
22
"image header"
23
],
24
- "rnpm": {
25
- "commands": {
26
- "prelink": "node ./node_modules/rn-fetch-blob/scripts/prelink.js"
27
- }
28
- },
29
"repository": {
30
"url": "https://github.com/joltup/rn-fetch-blob.git"
31
},
react-native.config.js
@@ -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