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

https://github.com/wrathchaos/react-native-button

Fully customizable, Gradient, Outline and Solid Button for React Native.
https://github.com/wrathchaos/react-native-button

Last synced: 6 months ago
JSON representation

Fully customizable, Gradient, Outline and Solid Button for React Native.

Awesome Lists containing this project

README

          

React Native Button

[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-button)

[![Fully customizable, Gradient, Outline and Solid Button for React Native.](https://img.shields.io/badge/-Fully%20customizable%2C%20Gradient%2C%20Outline%20and%20Solid%20Button%20for%20React%20Native.-gray?style=for-the-badge)](https://github.com/WrathChaos/react-native-button)

[![npm version](https://img.shields.io/npm/v/@freakycoder/react-native-button.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-button)
[![npm](https://img.shields.io/npm/dt/@freakycoder/react-native-button.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-button)
![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)


React Native Button
React Native Button

## Installation

Add the dependency:

### React Native

```ruby
npm i @freakycoder/react-native-button
```

## Peer Dependencies

###### IMPORTANT! You need install them

```jsx
"react-native-vector-icons": ">= 6.x.x",
"react-native-linear-gradient": ">= 2.5.x",
"react-native-dynamic-vector-icons": ">= x.x.x"
```

# Button Component Options

- Button (ClassicButton)
- GooglePlayButton (Material Design 2)

## Import

```jsx
import { Button, GooglePlayButton } from "@freakycoder/react-native-button";
```

# GooglePlayButton Usage (Material Design 2)

## Solid

```jsx

```

## Outline

```jsx

```

# Button Usage (Classic Button)

## Gradient Button Usage

```jsx

```

## Solid Background Usage

```jsx

```

## Outline Button Usage

```jsx

```

### Configuration - Props

#### Button Props

| Property | Type | Default | Description |
| --------------- | :-----: | :-----: | ------------------------------------------------------- |
| text | string | null | set the button's text |
| solid | boolean | false | make the button with a solid background and a shadow |
| outline | boolean | true | make the button outline |
| gradient | boolean | false | make the button with a gradient background and a shadow |
| iconDisable | boolean | false | disable the left icon if you want |
| backgroundColor | color | #757575 | change the solid's background color |
| style | style | default | set/override the style for the button's style |
| textStyle | style | default | set/override style for the button's text style |
| shadowStyle | style | default | set/override style for the button's shadow style |
| outlineStyle | style | default | set/override style for the button's outline style |

#### GooglePlayButton Props

| Property | Type | Default | Description |
| --------------- | :------: | :-----: | ------------------------------------------------------- |
| text | string | null | set the button's text |
| solid | boolean | false | make the button with a solid background and a shadow |
| outline | boolean | true | make the button outline |
| gradient | boolean | false | make the button with a gradient background and a shadow |
| iconDisable | boolean | false | disable the left icon if you want |
| backgroundColor | color | #757575 | change the solid's background color |
| style | style | default | set/override the style for the button's style |
| textStyle | style | default | set/override style for the button's text style |
| textColor | color | default | set button's text color |
| shadowStyle | style | default | set/override style for the button's shadow style |
| outlineStyle | style | default | set/override style for the button's outline style |
| onPress | function | default | set the onPress functionality |

### Icon Props

| Property | Type | Default | Description |
| -------- | :----: | :---------: | --------------------------------------------------- |
| name | string | star | change the icon name from React Native Vector Icons |
| type | string | FontAwesome | change the icon type from React Native Vector Icons |
| color | color | white | change the icon color |
| size | number | 15 | change the icon size |

### ToDos

- [x] ~~LICENSE~~
- [x] ~~Typescript Challenge & Code Cleaning~~
- [ ] Expo Version
- [ ] Write an article about the lib on Medium

# Change Log

## [0.2.0](https://github.com/WrathChaos/react-native-button/tree/0.2.0) (2019-09-07)

[Full Changelog](https://github.com/WrathChaos/react-native-button/compare/0.0.15...0.2.0)

⚠ BREAKING CHANGE: Way of import is changed! GooglePlayButton with newest Material Design 2 is added 🎉

**Merged pull requests:**

- Bump eslint-utils from 1.4.0 to 1.4.2 in /example [\#1](https://github.com/WrathChaos/react-native-button/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot))

## [0.0.15](https://github.com/WrathChaos/react-native-button/tree/0.0.15) (2019-08-17)

\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_

## Author

FreakyCoder, kurayogun@gmail.com

## License

React Native Button Library is available under the MIT license. See the LICENSE file for more info.