Skip to content

Commit

Permalink
更新说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYaodong committed Jun 29, 2017
1 parent e2e9bbd commit a3111df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ subtitle: 树形控件
- 使用本组件时要同时添加图标库并链接
- 先执行
- npm install react-native-vector-icons --save
- npm install react-native-tree --save
- react-native link
- 然后
- react-native run-android
Expand Down
2 changes: 1 addition & 1 deletion README2.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ subtitle: 树形控件

## 使用
```jsx
<Tree treeData={[]}/>
<TreeSelect treeData={[]}/>
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tree",
"version": "1.1.1",
"version": "1.1.3",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
Expand Down

0 comments on commit a3111df

Please sign in to comment.