ソースを参照

Correct prelink script typo

Ben Hsieh 8 年 前
コミット
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() {