Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-masked-input

thevsstech509MIT2.2.3TypeScript support: included

Text and TextInput with mask for React Native applications

react-native, ios, android

readme

react-native-masked-input

Text and TextInput with mask for React Native applications

Installation

npm install react-native-masked-input

Usage

import MaskedInput from "react-native-masked-input";

// ...

const result = await MaskedInput.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT