react-native-onetapinput
Version:
React Native OneTapInput is a customizable, easy-to-use, and highly customizable OTP input component for React Native.
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "react-native-onetapinput",
"version": "1.5.1",
"description": "React Native OneTapInput is a customizable, easy-to-use, and highly customizable OTP input component for React Native.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"scripts": {
"build": "bob build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactMaverick/react-native-onetapinput-public.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-otp-verify": "^1.1.8"
},
"devDependencies": {
"@types/react": "^18.2.6",
"react-native-builder-bob": "^0.31.0",
"typescript": "^5.0.4"
},
"author": "Websadroit",
"license": "MIT",
"files": [
"lib/**/*"
],
"keywords": [
"react-native",
"input",
"otp-input",
"styling",
"validation",
"custom-validation",
"error-handling",
"otp",
"otp-verification",
"otp-verify",
"otp-verify-react-native",
"otp-verify-react-native-otp-verify",
"react-native-otp-verify",
"react-native-otp-input",
"react-native-otp-verify-input",
"react-native-otp-verify-input"
]
}