0.1.1 • Published 2 years ago

rn-treeview v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rn-treeview

Reusable tree view component for react native both ios and android

Installation

npm install rn-treeview

Usage

import { multiply } from "rn-treeview";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library