Ben Hsieh 8 лет назад
Родитель
Сommit
a3897ae869
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/scripts/prelink.js

+ 1
- 1
src/scripts/prelink.js Просмотреть файл

@@ -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() {