Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a3897ae

Browse files
committed
Correct prelink script typo
1 parent fd95d70 commit a3897ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/prelink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ try {
5454
console.log(
5555
'\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
5656
'\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')
5858
}
5959

6060
function checkVersion() {

0 commit comments

Comments
 (0)