https://github.com/heineiuo/react-native-tree
A <Tree> based on FlatList
https://github.com/heineiuo/react-native-tree
expo react-native tree treeview
Last synced: 3 months ago
JSON representation
A <Tree> based on FlatList
- Host: GitHub
- URL: https://github.com/heineiuo/react-native-tree
- Owner: heineiuo
- License: mit
- Created: 2021-07-14T08:03:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T08:18:42.000Z (over 4 years ago)
- Last Synced: 2025-12-31T20:16:26.193Z (6 months ago)
- Topics: expo, react-native, tree, treeview
- Language: TypeScript
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Tree · [](https://github.com/heineiuo/react-native-tree/actions) [](https://www.npmjs.com/package/react-native-tree-plus)
A <Tree> component based on FlatList
## Install
```
npm install react-native-tree-plus
```
## Usage
```tsx
import { Tree } from 'react-native-tree-plus'
return (
)
```
## Demo
[Expo](https://snack.expo.io/@heineiuo/react-native-flatlist-tree-picker)