Skip to content

Commit

Permalink
update project meta
Browse files Browse the repository at this point in the history
  • Loading branch information
cybavo-william committed Aug 25, 2018
1 parent 6ae034c commit 37177f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# React Native Smooth Pincode Input

[![Build Status][build-badge]][build]
[![Version][version-badge]][package]
[![MIT License][license-badge]][license]

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

Most PIN code inputs components implemented by combining several TextInputs. They works, however, not good enough. When user types fast, or system sluggish, characters may lost when component switching focus between TextInputs. User need to type over and over again to get a correct input, gave a frustrated user experience.
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "react-native-smooth-pincode-input",
"version": "1.0.0",
"description": "",
"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/ide/react-native-button.git"
"url": "https://github.com/xamous/react-native-smooth-pincode-input.git"
},
"keywords": [
"react-native",
"button",
"component"
"pincode",
"password",
"TextInput"
],
"author": "James Ide",
"author": "William Shih <xamous@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ide/react-native-button/issues"
"url": "https://github.com/xamous/react-native-smooth-pincode-input/issues"
},
"homepage": "https://github.com/ide/react-native-button",
"homepage": "https://github.com/xamous/react-native-smooth-pincode-input",
"peerDependencies": {
"react-native": "*",
"react-native-animatable": "^1.3.0"
Expand Down

0 comments on commit 37177f4

Please sign in to comment.