2.0.1 • Published 4 years ago

linear-gradient-button v2.0.1

Weekly downloads
3
License
MIT*
Repository
gitlab
Last release
4 years ago

linear-gradient-button

These are beautiful react-native components

Installation

Using Yarn

yarn add react-native-linear-gradient

Using NPM

npm install react-native-linear-gradient

Usage

import {
    GradientButton
} react-native-linear-gradient-button';

export export class MyClass extends React.Component {
    render() {
        return(
            <GradientButton color={red}>Hello World !</GradientButton>
        )
    }
}
import {
    RandomGradientButton
} react-native-linear-gradient-button';

export export class MyClass extends React.Component {
    render() {
        return(
            <RandomGradientButton>Hello World !</RandomGradientButton>
        )
    }
}

License

MIT

2.0.1

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

2.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago