@twotalltotems/react-native-otp-input
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@twotalltotems/react-native-otp-input", | ||
"version": "1.0.12", | ||
"description": "A tiny JS library which provides an elegant UI for user to input one time passcode (OTP). It features robust checks to handle edge cases for the highly volatile user inputs. We provide default UI but you can customize the appearance as you like.", | ||
"version": "1.0.13", | ||
"description": "is a tiny JS library for one time passcode (OTP). Supports smart input suggestion on iOS and code autofill on Android (it will be filled when you press the copy button on the SMS notification bar)", | ||
"main": "index.js", | ||
@@ -25,4 +25,8 @@ "directories": { | ||
], | ||
"author": "Anson Yao, Felipe Pena", | ||
"author": "TTT Studio (https://ttt.studio)", | ||
"contributors": [ | ||
"Anson Yao <yaoenxin@gmail.com> (https://github.com/ansonyao)", | ||
"Felipe Peña <felipe@penya.cl> (http://felipe.penya.cl)" | ||
], | ||
"license": "MIT" | ||
} |
@@ -5,4 +5,4 @@ # react-native-otp-input | ||
![demo.gif](https://github.com/ansonyao/react-native-opt-input-anson/blob/master/example/Assets/iosvideo.gif) | ||
![demo.gif](https://github.com/ansonyao/react-native-opt-input-anson/blob/master/example/Assets/android.gif) | ||
![demo.gif](https://s3.ca-central-1.amazonaws.com/tttevents/iosvideo.gif) | ||
![demo.gif](https://s3.ca-central-1.amazonaws.com/tttevents/android.gif) | ||
@@ -9,0 +9,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42284