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
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
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
Download
Download
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
Download
Fix focus listeners
v3.0.4
Download
Fix auto linking on iOS and cleanup packaging
v3.0.3
Packaging was including Pods directory and other development files
Download
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-masklibraries - Now using Typescript!
- Switched to React functional component and hooks
- Other improvements namely the handling of
valueprop changes
Download