Ecosyste.ms: Awesome

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

https://github.com/remobile/react-native-simple-button

A Simple react-native button
https://github.com/remobile/react-native-simple-button

Last synced: 2 months ago
JSON representation

A Simple react-native button

Lists

README

        

# React Native Button (remobile)
A simple react-native button

## Installation
```sh
npm install @remobile/react-native-simple-button --save
```

## Usage

### Example
```js
{/*登录按钮*/}
登录
{/*忘记密码按钮*/}
找回密码
{/*注册按钮*/}
注册
```

## Screencasts

![demo](https://github.com/remobile/react-native-button/blob/master/screencasts/demo.gif)

#### Props
- `onPress: PropTypes.func`
- `disabled: PropTypes.bool`
- `textStyle: Text.propTypes.style`
- `activeOpacity: PropTypes.number`