react-native-masked-text
Advanced tools
Changelog
[1.13.0] - 2019-08-13
moment
to date-and-time
.
Changelog
[1.12.5] - 2019-08-03
Changelog
[1.12.4] - 2019-07-12
Changelog
[1.12.3] - 2019-05-17
Changelog
[1.12.2] - 2019-04-22
state
control was removed from the text mask component, using only the props to handle the mask.Component
to PureComponent
.value
and onChangeText
are now required props.Changelog
[1.12.1] - 2019-04-09
Changelog
[1.12.0] - 2019-04-07
rawText
in onChangeText
. (Thanks to questionablequestion)getRawValue
in ts definition
. (Thanks to gabelerner)Changelog
[1.11.1] - 2019-03-05
Changelog
[1.11.0] - 2019-02-23
maskType
to cel-phone
with options: BRL
and INTERNATIONAL
.README
.zeroCents
option was removed from money
mask, if you want to not show the cents, use the precision: 0
.