Browse Source

Correct prelink script typo

Ben Hsieh 8 years ago
parent
commit
a3897ae869
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/scripts/prelink.js

+ 1
- 1
src/scripts/prelink.js View File

54
     console.log(
54
     console.log(
55
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
55
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
56
       '\033[97mplease run the following command if you want to add default permissions :\n\n' +
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
   function checkVersion() {
60
   function checkVersion() {