React Native Text Input Mask Versions Save

Text input mask for React Native, Android and iOS

v1.0.1

5 years ago

RedMadRobot's InputMask dependency updated to the latest versions onSubmitEditing event dispatch fixed #67

v0.8.0

5 years ago

Updated the buildToolsVersion & the targetSdkVersion (#64) Prevent setting a mask on a view that doesn’t exist anymore on Android (#53) Prevent mask from silently failing if multiline is true. Only is an issue on iOS. (#57)

v0.6.2

6 years ago

Fixed for RN 0.53.0 Now it works with mask undefined

v0.5.2

6 years ago

Fix flickering when passing in an unformatted value (#18) @BasitAli

v0.5.1

6 years ago

Added onFocus prop for iOS

thanks @edcs

v0.5.0

6 years ago

Added second argument for onChangeText callback to get raw value of input

v0.4.1

6 years ago

Fix onBlur for iOS

v0.4.0

6 years ago

Fix iOS for RN 0.48

v0.3.1

6 years ago

Fixed onChange and onChangeText methods for iOS

v0.3.0

6 years ago

Fix Android for RN 0.47