0.2.8 • Published 7 years ago
vehicle-license-keyboard v0.2.8
vehicle-license-keyboard
Usage
import LicenseKeyboard from 'vehicle-license-keyboard';
...
<LicenseKeyboard
visible={this.state.showKeyboard}
onChange={value => this.setState({ value })}
value={this.state.value}
done={() => this.setState({ showKeyboard: false })}
/>Api
visible: boolean
control keyboard visibleonChange: value: (string) => void
when user enter then return current valuevalue: string
used as a controlled value. keyboard will show based on this valuedone: () => void
call when keyboard dismissconfirmButtonStyle: StyleProps
custom confirm button styleconfirmButtonText: string
custom confirm button textcellTextStyle: StyleProps
custom cell text stylesafeArea: boolean
whether show safearea padding bottom for iphone X/Xs/XR/Xs MaxcontainerStyle: StyleProps
overwrite style of keyboard containerzIndex: number
overwrite zIndex style of keyboard wrapper0.2.8
7 years ago
0.2.7
7 years ago
0.2.6
7 years ago
0.2.5
7 years ago
0.2.4
7 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago