react-native-otp-auto-verify 0.1.2 → 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.
Files changed (2) hide show
  1. package/README.md +0 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,9 @@
3
3
  <div align="center">
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/react-native-otp-auto-verify.svg?style=flat-square)](https://www.npmjs.com/package/react-native-otp-auto-verify)
6
-
7
6
  [![typescript](https://img.shields.io/badge/TypeScript-Ready-blue.svg?style=flat-square)](https://www.typescriptlang.org/)
8
7
  [![license](https://img.shields.io/npm/l/react-native-otp-auto-verify.svg?style=flat-square)](https://github.com/kailas-rathod/react-native-otp-auto-verify/blob/main/LICENSE)
9
8
 
10
- Automatic OTP detection on **Android** using the **Google SMS Retriever API** (no `READ_SMS` permission required).
11
9
 
12
10
  </div>
13
11
 
@@ -28,13 +26,11 @@ In order to detect the message, SMS message must include a hash that identifies
28
26
  | Platform | Support | Notes |
29
27
  | -------- | ------- | --------------------------------------- |
30
28
  | Android | ✅ | Requires Google Play services on device |
31
- | iOS | ⚠️ | Safe no-op (no auto-read) |
32
29
 
33
30
  ## Requirements
34
31
 
35
32
  - React Native: **0.60+** (autolinking)
36
33
  - Android: **minSdkVersion 24+**
37
- - iOS: supported as a **no-op** (you still need manual OTP UI)
38
34
 
39
35
  ## Installation
40
36
 
@@ -46,11 +42,6 @@ yarn add react-native-otp-auto-verify
46
42
  pnpm add react-native-otp-auto-verify
47
43
  ```
48
44
 
49
- iOS (React Native CLI projects):
50
-
51
- ```sh
52
- npx pod-install
53
- ```
54
45
 
55
46
  ## Usage
56
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-otp-auto-verify",
3
- "version": "0.1.2",
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",