Skip to content

weblineindia/React-Native-Expandable-Flatlist

Repository files navigation

rn-weblineindia-expandable-flatlist

A lightweight node module to expand/collapse text of any item in the flatlist in React-Native.

Installation

npm install rn-weblineindia-expandable-flatlist

Usage

import { multiply } from 'rn-weblineindia-expandable-flatlist';

// ...

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