An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Native Tree · [![github actions](https://github.com/heineiuo/react-native-tree/workflows/CI/badge.svg)](https://github.com/heineiuo/react-native-tree/actions) [![npm version](https://img.shields.io/npm/v/react-native-tree-plus.svg?style=flat)](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)