UNPKG

react-native-smooth-pincode-input

Version:

A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.

32 lines (31 loc) 829 B
{ "name": "react-native-smooth-pincode-input", "version": "1.0.9", "description": "A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.", "main": "src/index.js", "scripts": { }, "repository": { "type": "git", "url": "https://github.com/xamous/react-native-smooth-pincode-input.git" }, "keywords": [ "react-native", "pincode", "password", "TextInput" ], "author": "William Shih <xamous@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/xamous/react-native-smooth-pincode-input/issues" }, "homepage": "https://github.com/xamous/react-native-smooth-pincode-input", "peerDependencies": { "react-native": "*" }, "dependencies": { "prop-types": "^15.5.10", "react-native-animatable": "^1.3.0" } }