Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!




;

```