|
@@ -54,7 +54,7 @@ try {
|
54
|
54
|
console.log(
|
55
|
55
|
'\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
|
56
|
56
|
'\033[97mplease run the following command if you want to add default permissions :\n\n' +
|
57
|
|
- '\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n')
|
|
57
|
+ '\033[96m\tRNFB_ANDROID_PERMISSION=true react-native link \n')
|
58
|
58
|
}
|
59
|
59
|
|
60
|
60
|
function checkVersion() {
|