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
- Host: GitHub
- URL: https://github.com/remobile/react-native-simple-button
- Owner: remobile
- License: mit
- Created: 2015-11-05T05:27:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T06:07:14.000Z (almost 8 years ago)
- Last Synced: 2024-08-16T17:53:51.068Z (5 months ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-simple-button ★9 - A simple react-native button (Components / UI)
- awesome-reactnative-ui - react-native-simple-button - native button|<ul><li>Last updated : 1 year ago</li><li>Stars : 9</li><li>Open issues : 0</li></ul>|![](https://github.com/remobile/react-native-button/blob/master/screencasts/demo.gif)| (Others)
- awesome-react-native - react-native-simple-button ★9 - A simple react-native button (Components / UI)
- awesome-react-native - react-native-simple-button ★9 - A simple react-native button (Components / UI)
- awesome-reactnative-ui - react-native-simple-button - native button|<ul><li>Last updated : 1 year ago</li><li>Stars : 9</li><li>Open issues : 0</li></ul>|![](https://github.com/remobile/react-native-button/blob/master/screencasts/demo.gif)| (Others)
- awesome-react-native - react-native-simple-button ★9 - A simple react-native button (Components / UI)
- awesome-react-native-ui - react-native-simple-button ★5 - A simple react-native button (Components / UI)
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`