2.0.9 • Published 3 years ago

react-native-pure-button v2.0.9

Weekly downloads
9
License
ISC
Repository
github
Last release
3 years ago

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>
        )
    }
}
2.0.9

3 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago