react-native-text-input-mask

Text input mask for React Native, Android and iOS

MIT License

Stars
1.2K
Committers
22

Bot releases are hidden (Show)

react-native-text-input-mask - Add Support for iOS static linking Latest Release

Published by martintreurnicht over 3 years ago

https://github.com/react-native-text-input-mask/react-native-text-input-mask/pull/207 Now support static linking on iOS (use_frameworks! no longer required) thanks to @netmaxt3r for the PR

react-native-text-input-mask - Fix android bug with changing value

Published by martintreurnicht over 3 years ago

Fixes a bug on android where changing value prop doesn't cause the field to update it's value

react-native-text-input-mask - Fix initial value not set

Published by martintreurnicht over 3 years ago

Initial value was not set if using value instead of defaultValue

react-native-text-input-mask - Fix android crash

Published by martintreurnicht over 3 years ago

Fix regression introduced by Kotlin code conversion

react-native-text-input-mask - Expose masking options

Published by martintreurnicht over 3 years ago

Refactor to support more customization, the following options have been added:

  • rightToLeft
  • affinityCalculationStrategy
  • customNotations
  • affineFormats

They have not been tested extensively so there might be some bugs

react-native-text-input-mask - Fix focus listeners

Published by martintreurnicht over 3 years ago

react-native-text-input-mask - Fix auto linking on iOS and cleanup packaging

Published by martintreurnicht over 3 years ago

Packaging was including Pods directory and other development files

react-native-text-input-mask - Fix packaging

Published by martintreurnicht over 3 years ago

Native resources were missing from npm package

react-native-text-input-mask - Major Refactor

Published by martintreurnicht over 3 years ago

Version 3.0.0 contains major refactor from original code base, some of the changes include:

  • Move to Swift on iOS and remove forked code from input-mask-ios
  • Upgrade both android and iOS to latest versions of input-mask libraries
  • Now using Typescript!
  • Switched to React functional component and hooks
  • Other improvements namely the handling of value prop changes
react-native-text-input-mask - v2.0.0

Published by ivanzotov almost 5 years ago

Added podspec support to use with RN 0.60 and above. (#140)

react-native-text-input-mask - v1.0.1

Published by ivanzotov over 5 years ago

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

react-native-text-input-mask - v0.8.0

Published by ivanzotov about 6 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)

react-native-text-input-mask - v0.6.2

Published by ivanzotov over 6 years ago

Fixed for RN 0.53.0
Now it works with mask undefined

react-native-text-input-mask - v0.5.2

Published by ivanzotov about 7 years ago

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

react-native-text-input-mask - v0.5.1

Published by ivanzotov about 7 years ago

Added onFocus prop for iOS

thanks @edcs

react-native-text-input-mask - v0.5.0

Published by ivanzotov about 7 years ago

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

react-native-text-input-mask - v0.4.1

Published by ivanzotov about 7 years ago

Fix onBlur for iOS

react-native-text-input-mask - v0.4.0

Published by ivanzotov about 7 years ago

Fix iOS for RN 0.48

react-native-text-input-mask - v0.3.1

Published by ivanzotov about 7 years ago

Fixed onChange and onChangeText methods for iOS

react-native-text-input-mask - v0.3.0

Published by ivanzotov about 7 years ago

Fix Android for RN 0.47

Related Projects