Skip to content

heineiuo/react-native-tree

Repository files navigation

React Native Tree · github actions npm version

A <Tree> component based on FlatList

Install

npm install react-native-tree-plus

Usage

import { Tree } from 'react-native-tree-plus'

return (
  <Tree data={data} />
)

Demo

Expo