JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5507
  • Score
    100M100P100Q133191F
  • License MIT

Text input mask for React Native on iOS and Android.

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

Text input mask for React Native on iOS and Android.

Installation

npm install react-native-advanced-input-mask

Usage

import { multiply } from 'react-native-advanced-input-mask';

// ...

const result = await multiply(3, 7);

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