react-native-osd-simple-button

1.1.0 • Public • Published

react-native-osd-simple-button

A button that implement most of the HTML attributes and flexes itself (that is not a word)

For react-native v0.26+

Properties

Property Name Type
backgroundColor React.PropTypes.string,
children React.PropTypes.oneOfType([
React.PropTypes.arrayOf(React.PropTypes.node),
React.PropTypes.node
])
containerStyle View.propTypes.style
onPress React.PropTypes.func.isRequired
text React.PropTypes.string
textContainerStyle View.propTypes.style
textStyle Text.propTypes.style
underlayColor React.PropTypes.string
uppercase React.PropTypes.bool

TODO

  • Add disabled property

/react-native-osd-simple-button/

    Package Sidebar

    Install

    npm i react-native-osd-simple-button

    Weekly Downloads

    4

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • evan.glicakis
    • adrienthiery
    • robinwkurtz