Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/weblineindia/react-native-expandable-flatlist
- Owner: weblineindia
- License: mit
- Created: 2020-06-23T10:27:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T07:08:48.000Z (5 months ago)
- Last Synced: 2024-10-02T07:37:25.216Z (about 1 month ago)
- Topics: collapse-text, expandable-flatlist, expandablelistview, flatlist, flatlist-react, react, react-component-boilerplate, react-component-library, react-components, react-flatlist, react-native, react-native-component
- Language: TypeScript
- Homepage: https://www.weblineindia.com/software-development-resources.html
- Size: 1.14 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)