Package Exports
- react-native-advanced-input-mask
- react-native-advanced-input-mask/lib/commonjs/index.js
- react-native-advanced-input-mask/lib/module/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-advanced-input-mask) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Advanced Input Mask
react-native-advanced-input-mask
is a customizable input masking library for React Native applications. It allows you to create formatted input fields with ease, supporting a variety of input types such as phone numbers, dates, and more. The package leverages advanced masking features to improve user input experiences, making form data entry more consistent and intuitive.
Features
- Flexible and customizable input masks.
- Easy integration with React Native components.
- Supports various types of formatted inputs (e.g., phone numbers, credit cards, dates).
- Works seamlessly across Android and iOS platforms.
Installation
Using npm:
npm install react-native-advanced-input-mask
Using Yarn:
yarn add react-native-advanced-input-mask
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library