react-native-pure-button

2.0.9 • Public • Published

react-native-pure-button

pure button, without any style.

Installation

npm install --save react-native-pure-button

Example

import Button from 'react-native-pure-button'

class Example extends Component {

    render() {
        return (
            <Button
                disabled={boolean}
                style={...}
                textStyle={...}
                activeOpacity={number}
                disabledStyle={...}
                disabledTextStyle={...}
                disabledActiveOpacity={number}
                onPress={}
                onLongPress={}
            >
                hello world
            </Button>
        )
    }
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-native-pure-button

    Weekly Downloads

    3

    Version

    2.0.9

    License

    ISC

    Unpacked Size

    4.77 kB

    Total Files

    4

    Last publish

    Collaborators

    • musicode