UNPKG

react-native-onetapinput

Version:

React Native OneTapInput is a customizable, easy-to-use, and highly customizable OTP input component for React Native.

17 lines (16 loc) 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _oneTapInput = require("./oneTapInput"); Object.keys(_oneTapInput).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _oneTapInput[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _oneTapInput[key]; } }); }); //# sourceMappingURL=index.js.map