Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weblineindia/react-native-expandable-flatlist

A lightweight node module to expand/collapse text of any item in the flatlist in React-Native.
https://github.com/weblineindia/react-native-expandable-flatlist

collapse-text expandable-flatlist expandablelistview flatlist flatlist-react react react-component-boilerplate react-component-library react-components react-flatlist react-native react-native-component

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# rn-weblineindia-expandable-flatlist

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

## Installation

```sh
npm install rn-weblineindia-expandable-flatlist
```

## Usage

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

// ...

const result = await multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)