This repository was archived by the owner on Mar 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
console . log (
20
20
'\033[95mreact-native-fetch-blob\033[97m link \033[91mFAILED \033[97m\nCould not automatically link Android package, ' +
21
21
'please follow the instructions to manually link the library : ' +
22
- '\033[4mhttps://github.com/wkh237/react-native-fetch-blob#manually-link-the-package-android \n\n' )
22
+ '\033[4mhttps://github.com/wkh237/react-native-fetch-blob/wiki/Manually-Link-Package \n\n' )
23
23
return
24
24
}
25
25
var main = fs . readFileSync ( APPLICATION_MAIN ) ;
79
79
console . log (
80
80
'\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 ' +
81
81
'\033[97mplease run the following command if you want to add default permissions :\n\n' +
82
- '\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n\n ' )
82
+ '\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n' )
83
83
}
84
84
85
85
function checkVersion ( ) {
92
92
'\033[95mreact-native-fetch-blob\033[97m link \033[91mFAILED \033[97m\nCould not automatically link package :' +
93
93
err . stack +
94
94
'please follow the instructions to manually link the library : ' +
95
- '\033[4mhttps://github.com/wkh237/react-native-fetch-blob#manually-link-the-package-android\n \n' )
95
+ '\033[4mhttps://github.com/wkh237/react-native-fetch-blob/wiki/Manually-Link-Package \n' )
96
96
}
You can’t perform that action at this time.
0 commit comments