react-native-textinput

0.0.8 • Public • Published

#react-native-textinput ##Platform ios、android ##example

<Input
	autoFocus={true}
	keyboardType={'numeric'}
	maxLength={4}
	placeholder={'请输入你的邀请码'}
	onChangeText={(text) => this.setState({invitationCode: text})}
	_onDelTextHandle={() => this.setState({invitationCode: ''})}
	value={this.state.invitationCode}
/>

/react-native-textinput/

    Package Sidebar

    Install

    npm i react-native-textinput

    Weekly Downloads

    10

    Version

    0.0.8

    License

    ISC

    Last publish

    Collaborators

    • zhuchunyan