This tool will used to masked out the text when we need to do so.
npm install react-native-text-mask
import TextMask from "react-native-text-mask";
// ...
const result = await TextMask.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT