Package Exports
- react-native-tree
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-tree) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
category: Components type: Data Display title: Tree TreeSelect subtitle: 树形控件
使用
<Tree treeData={[]}/>
<TreeSelect treeData={[]} defaultValue={[]}/>
运行示例
进入工程目录 cd Example npm install react-native run-android 或 react-native run-ios