react-native-otp-auto-verify 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/react-native-otp-auto-verify)
|
|
6
|
-
|
|
7
6
|
[](https://www.typescriptlang.org/)
|
|
8
7
|
[](https://github.com/kailas-rathod/react-native-otp-auto-verify/blob/main/LICENSE)
|
|
9
8
|
|
|
@@ -27,13 +26,11 @@ In order to detect the message, SMS message must include a hash that identifies
|
|
|
27
26
|
| Platform | Support | Notes |
|
|
28
27
|
| -------- | ------- | --------------------------------------- |
|
|
29
28
|
| Android | ✅ | Requires Google Play services on device |
|
|
30
|
-
| iOS | ⚠️ | Safe no-op (no auto-read) |
|
|
31
29
|
|
|
32
30
|
## Requirements
|
|
33
31
|
|
|
34
32
|
- React Native: **0.60+** (autolinking)
|
|
35
33
|
- Android: **minSdkVersion 24+**
|
|
36
|
-
- iOS: supported as a **no-op** (you still need manual OTP UI)
|
|
37
34
|
|
|
38
35
|
## Installation
|
|
39
36
|
|
|
@@ -45,11 +42,6 @@ yarn add react-native-otp-auto-verify
|
|
|
45
42
|
pnpm add react-native-otp-auto-verify
|
|
46
43
|
```
|
|
47
44
|
|
|
48
|
-
iOS (React Native CLI projects):
|
|
49
|
-
|
|
50
|
-
```sh
|
|
51
|
-
npx pod-install
|
|
52
|
-
```
|
|
53
45
|
|
|
54
46
|
## Usage
|
|
55
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-otp-auto-verify",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "react-native-otp-auto-verify is a React Native library for automatic OTP detection and verification on Android using the Google SMS Retriever API. It enables secure, permission-less OTP auto-reading without requiring READ_SMS, making it fully Play Store compliant.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|