|
@@ -67,7 +67,7 @@ try {
|
67
|
67
|
console.log(
|
68
|
68
|
'\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
|
69
|
69
|
'\033[97mplease run the following command if you want to add default permissions :\n\n' +
|
70
|
|
- '\033[96m\tRNFB_ANDROID_PERMISSION=true react-native link \n')
|
|
70
|
+ '\033[96m\tRNFB_ANDROID_PERMISSIONS=true react-native link \n')
|
71
|
71
|
}
|
72
|
72
|
|
73
|
73
|
function checkVersion() {
|