2.0.1 • Published 5 years ago

linear-gradient-button v2.0.1

Weekly downloads
3
License
MIT*
Repository
gitlab
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.7

5 years ago

2.0.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago