diff --git a/README.md b/README.md index 798ac81..a240c9d 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ subtitle: 树形控件 --- ## 使用 -使用本组件时要同时添加图标库并链接 -先执行 -npm install react-native-vector-icons --save -react-native link -然后 -react-native run-android -或 react-native run-ios +- 使用本组件时要同时添加图标库并链接 +- 先执行 +- npm install react-native-vector-icons --save +- react-native link +- 然后 +- react-native run-android +- 或 react-native run-ios ```jsx @@ -20,11 +20,11 @@ react-native run-android ``` ## 运行示例 -git clone https://github.com/AdamRobertHall/react-native-tree.git +- git clone https://github.com/AdamRobertHall/react-native-tree.git -进入工程目录 -cd Example -npm install -react-native link -react-native run-android -或 react-native run-ios +- 进入工程目录 +- cd Example +- npm install +- react-native link +- react-native run-android +- 或 react-native run-ios diff --git a/package.json b/package.json index fd0e98a..953465d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-tree", - "version": "1.1.0", + "version": "1.1.1", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start" }, @@ -8,7 +8,7 @@ "rc-dialog": "^6.5.10", "react-native-vector-icons": "^4.2.0" }, - "description": "modify Dimensions bug", + "description": "stable version", "main": "index.js", "devDependencies": { "@types/react": "~0.14.41",