iou90 преди 4 години
родител
ревизия
5271fc13d7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README.md

+ 1
- 1
README.md Целия файл

@@ -71,7 +71,7 @@ import { Dimensions } from 'react-native'
71 71
 ## demo
72 72
 
73 73
 ```
74
-npx react-native run-ios/anroid
74
+npx react-native run-ios/android
75 75
 ```
76 76
 
77 77
 You may have to use yarn to install the dependencies of the demo and remove "demo/node_modules/react-native-autoheight-webview/demo" manually, cause of installing a local package with npm will create symlink, but there is no supporting of React Native to symlink (https://github.com/facebook/watchman/issues/105) and "yarn install" ignores "files" from local dependencies (https://github.com/yarnpkg/yarn/issues/2822).