react-native-otp-fields
Version:
A customizable React Native OTP input component with smooth focus handling, digit-only validation, and easy integration for verification codes, PINs, or passcodes.
36 lines (35 loc) • 865 B
JSON
{
"name": "react-native-otp-fields",
"version": "1.0.3",
"description": "A customizable React Native OTP input component with smooth focus handling, digit-only validation, and easy integration for verification codes, PINs, or passcodes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "NectarByte",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"react-native",
"otp",
"otp-input",
"verification-code",
"pin-input",
"react-native-component",
"digit-input"
],
"peerDependencies": {
"react": ">=18",
"react-native": ">=0.71"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.73.0",
"typescript": "^5.9.2"
}
}