yarn add @react-input/maskor using CDN (for more information, see UNPKG):<script src="https://unpkg.com/@react-input/mask/cdn"></script>Unique propertiesNameTypeDefaultDescription component Component Not used in the useMask hook. Serves to enable the use of custom components, for example, ...
Installation This package is already published to NPM, usenpmoryarnto download to local directory. npm i react-text-input-mask yarn add react-text-input-mask Example Import react-text-input-mask import{MaskedInput}from'react-text-input-mask'; ...
yarn.lock Upgrade to RN 0.71 Jun 13, 2023 README MIT license This repo is no longer being maintained, we recommend usingreact native advanced input maskinstead Text input mask for React Native on iOS and Android. Setup Installation For RN >= 0.60 ...
Oct 19, 2019 yarn.lock Bump lodash from 4.17.15 to 4.17.19 (realadvisor#104) Jul 17, 2020 Repository files navigation README MIT license RIFM - React Input Format & MaskIs a tiny (≈ 800b) component (and hook) to transform any input component into formatted or masked input.Demo...
npm install react-native-advanced-input-mask#oryarn add react-native-advanced-input-mask Usage Importreact-native-advanced-input-maskin your component to apply masking to input fields. Basic Example importReact,{useState,useCallback}from"react";import{TextInput,View}from"react-native";import{MaskedTe...
git clone https://github.com/caioquirinomedeiros/react-native-mask-input.git cd react-native-mask-input/example yarn yarn android / yarn iosformatWithMask(options)import { formatWithMask, Masks } from 'react-native-mask-input'; const creditCard = '9999999999999999'; const { masked, unmasked,...
React Native Environment Info: System: OS: macOS High Sierra 10.13.6 CPU: (4) x64 Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz Memory: 34.05 MB / 16.00 GB Shell: 5.6.2 - /usr/local/bin/zsh Binaries: Node: 11.0.0 - /usr/local/bin/node Yarn: 1.12.1 - /usr/local/bin/yarn npm...
npm install --save react-native-text-input-mask # --- or --- yarn add react-native-text-input-maskInstallationFor RN >= 0.60 iOS Configure pods (static or dynamic linking) Static Library ( Podfile has no use_frameworks! ) Add following lines to your target in `Podfile`. Linking is...
Text input mask for React Native on iOS and Android.ExamplesSetupnpm install --save react-native-text-input-mask # --- or --- yarn add react-native-text-input-maskInstallationFor RN >= 0.60 iOSConfigure pods (static or dynamic linking) ...
Text input mask for React Native on iOS and Android. Examples Setup npm install --save @newagebel/react-native-text-input-mask#--- or ---yarn add @newagebel/react-native-text-input-mask Installation For RN >= 0.60 iOS Configure pods (static or dynamic linking) ...