Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yezarela/react-native-expandable
Expandable container for react-native
https://github.com/yezarela/react-native-expandable
collapsible expandable react-native
Last synced: 21 days ago
JSON representation
Expandable container for react-native
- Host: GitHub
- URL: https://github.com/yezarela/react-native-expandable
- Owner: yezarela
- License: mit
- Created: 2018-02-15T06:57:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T12:59:34.000Z (almost 7 years ago)
- Last Synced: 2024-09-05T17:29:50.596Z (4 months ago)
- Topics: collapsible, expandable, react-native
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Expandable
[![npm version](https://badge.fury.io/js/react-native-expandable.svg)](https://badge.fury.io/js/react-native-expandable)
Expandable/collapsible container for react-native
## Installation
```
yarn add react-native-expandable
```## Props
| Prop Name | Value |
| :---------- | :------ |
| `title` | string |
| `collapsed` | boolean |## Usage
```jsx
import Expandable from 'react-native-expandable';
Amazing!
;```