@twotalltotems/react-native-otp-input
Advanced tools
Comparing version 1.0.15 to 1.0.17
{ | ||
"name": "@twotalltotems/react-native-otp-input", | ||
"version": "1.0.15", | ||
"version": "1.0.17", | ||
"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)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -69,3 +69,3 @@ # react-native-otp-input | ||
## Notes | ||
The iOS input suggestion requires React Native 0.58+. | ||
The iOS input suggestion requires React Native 0.58+ and works for iOS 12 and above. | ||
@@ -72,0 +72,0 @@ On Android, it will be autofilled when you press the copy code button in the notification bar (see above gif). It will do so only if the code is sent after the view is loaded. So make sure you request the code AFTER this view is loaded. |
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
14357
10