1.0.0 • Published 8 years ago
react-native-material-input v1.0.0
react-native-material-input
Material Design Floating Input Field for React Native
Updated to use with latest react-native version
0.55.4
Installation
Run npm install react-native-material-input --save
Usage in your project
var FloatingInput = require('react-native-material-input');
Props
FloatingInput is just like any TextInput. It supports the below following props:
Following properties of TextInput are supported:
- autoCapitalize
- autoCorrect
- autoFocus
- bufferDelay
- clearButtonMode
- clearTextOnFocus
- controlled
- editable
- enablesReturnKeyAutomatically
- keyboardType
- multiline
- secureTextEntry
- underlineColorAndroid
- returnKeyType
- selectTextOnFocus
- selectionState
- style
- testID
- value
Following events are supported:
- onBlur
- onChange
- onChangeText
- onEndEditing
- onFocus
- onSubmitEditing
MIT Licensed
1.0.0
8 years ago