UNPKG

react-native-otp-input-box

Version:

A customizable, lightweight OTP/PIN input for React Native with paste, SMS autofill, secure entry, ref methods, and more.

52 lines (51 loc) 1.38 kB
{ "name": "react-native-otp-input-box", "version": "2.0.2", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "react", "react-native", "babel-plugin", "coder-shubh", "otp", "otp input", "pin input", "react-native otp", "react-native otp input", "react-native pin input", "react native typescript", "react native otp verification", "otp box", "mobile otp input", "react-native component", "authentication", "two factor auth" ], "author": "coder-shubh", "license": "MIT", "description": "A customizable, lightweight OTP/PIN input for React Native with paste, SMS autofill, secure entry, ref methods, and more.", "dependencies": { "react": "^19.1.0", "react-native": "^0.80.0" }, "repository": { "type": "git", "url": "https://github.com/coder-shubh/react-native-otp-input-box.git" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-native": "^0.72.8", "typescript": "^5.8.3" }, "bugs": { "url": "https://github.com/coder-shubh/react-native-otp-input-box.git/issues" }, "homepage": "https://github.com/coder-shubh/react-native-otp-input-box.git#readme" }