iou90 vor 4 Jahren
Ursprung
Commit
5271fc13d7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      README.md

+ 1
- 1
README.md Datei anzeigen

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