category type title subtitle
Components
Data Display
Tree TreeSelect
树形控件

使用

  • 使用本组件时要同时添加图标库并链接
  • 先执行
  • npm install react-native-vector-icons --save
  • npm install react-native-tree --save
  • react-native link
  • 然后
  • react-native run-android
  • 或 react-native run-ios
<Tree treeData={[]}/>
<TreeSelect treeData={[]} defaultValue={[]}/>

运行示例