An open API service providing repository metadata for many open source software ecosystems.

GitHub / react-native-text-input-mask / react-native-text-input-mask

Text input mask for React Native, Android and iOS

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-text-input-mask%2Freact-native-text-input-mask
PURL: pkg:github/react-native-text-input-mask/react-native-text-input-mask

Stars: 1,202
Forks: 310
Open issues: 83

License: mit
Language: Kotlin
Size: 858 KB
Dependencies parsed at: Pending

Created at: over 8 years ago
Updated at: 2 months ago
Pushed at: 8 months ago
Last synced at: about 1 month ago

Commit Stats

Commits: 107
Authors: 24
Mean commits per author: 4.46
Development Distribution Score: 0.607
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/react-native-text-input-mask/react-native-text-input-mask

Topics: android, input-mask, inputmask, mask, mask-android, mask-ios, maskededittext, maskedinput, maskedtextfield, react-native

Releases
Add Support for iOS static linking

v3.1.4

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

over 4 years ago
Download
Fix android bug with changing value

v3.1.3

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

over 4 years ago
Download
Fix initial value not set

v3.1.2

Initial value was not set if using value instead of defaultValue

over 4 years ago
Download
Fix android crash

v3.1.1

Fix regression introduced by Kotlin code conversion

over 4 years ago
Download
Expose masking options

v3.1.0

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

over 4 years ago
Download
over 4 years ago
Download
Fix auto linking on iOS and cleanup packaging

v3.0.3

Packaging was including Pods directory and other development files

over 4 years ago
Download
Fix packaging

v3.0.1

Native resources were missing from npm package

over 4 years ago
Download
Major Refactor

v3.0.0

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
over 4 years ago
Download
v2.0.0

v2.0.0

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

almost 6 years ago
Download