React Native Text Input Mask Versions Save

Text input mask for React Native, Android and iOS

v3.1.4

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

v3.1.3

3 years ago

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

v3.1.2

3 years ago

Initial value was not set if using value instead of defaultValue

v3.1.1

3 years ago

Fix regression introduced by Kotlin code conversion

v3.1.0

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

v3.0.4

3 years ago

v3.0.3

3 years ago

Packaging was including Pods directory and other development files

v3.0.1

3 years ago

Native resources were missing from npm package

v3.0.0

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

v2.0.0

4 years ago

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