react-native-text-mask

This tool will used to masked out the text when we need to do so.

Installation

npm install react-native-text-mask

Usage

import TextMask from "react-native-text-mask";

// ...

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

Contributing

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

License

MIT