@twotalltotems/react-native-otp-input
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "@twotalltotems/react-native-otp-input", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"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)", | ||
@@ -21,3 +21,7 @@ "main": "index.js", | ||
"one time password", | ||
"one time code", | ||
"one time pin", | ||
"one time pincode", | ||
"one time code", | ||
"sms", | ||
"verifcation code", | ||
"phone", | ||
@@ -24,0 +28,0 @@ "verification" |
@@ -1,4 +0,4 @@ | ||
# react-native-otp-input | ||
# @twotalltotems/react-native-otp-input | ||
**react-native-otp-input** is a tiny JS library which provides an elegant UI for user to input one time passcode (OTP). It handles the input suggestion on iOS when the OTP SMS is received. For Android, it will autofill when you press the copy button on the SMS notification bar. It also features a carefully crafted flow to handle edge cases for volatile user gestures. We provide default UI but you can always customize the appearance as you like. | ||
**@twotalltotems/react-native-otp-input** is a tiny JS library which provides an elegant UI for user to input one time passcode (OTP). It handles the input suggestion on iOS when the OTP SMS is received. For Android, it will autofill when you press the copy button on the SMS notification bar. It also features a carefully crafted flow to handle edge cases for volatile user gestures. We provide default UI but you can always customize the appearance as you like. | ||
@@ -5,0 +5,0 @@  |
14740