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).