Skip to content

InnerPeace080/react-native-treeview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

react-native-treeview

Tree View for React Native

##Installation npm install react-native-treeview --save

Usage

import TreeView from 'react-native-treeview'

const treeData = [{
        text: 'Technologies',
        data: [
            {
                text: 'Javascript',
            },
            {
                text: 'Java',
            },
            {
                text: 'PHP',
            }
        ]
    }
]

<TreeView data={data} />

About

Tree View for React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%