1.1.0 • Published 8 years ago

react-native-osd-simple-button v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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 NameType
backgroundColorReact.PropTypes.string,
childrenReact.PropTypes.oneOfType( React.PropTypes.arrayOf(React.PropTypes.node), React.PropTypes.node )
containerStyleView.propTypes.style
onPressReact.PropTypes.func.isRequired
textReact.PropTypes.string
textContainerStyleView.propTypes.style
textStyleText.propTypes.style
underlayColorReact.PropTypes.string
uppercaseReact.PropTypes.bool

TODO

  • Add disabled property