Text and TextInput with mask for React Native applications
npm install react-native-masked-inputText and TextInput with mask for React Native applications
``sh`
npm install react-native-masked-input
`js
import MaskedInput from "react-native-masked-input";
// ...
const result = await MaskedInput.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT