We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0672d6 commit 877a025Copy full SHA for 877a025
1 file changed
README.md
@@ -16,7 +16,6 @@ A React Native wrapper for Android Keystore that enables secure cryptographic ke
16
17
- React Native 0.60+
18
- Android API level 24+
19
-- iOS 11+ (Note: Core functionality is Android-specific)
20
21
## Installation
22
@@ -30,13 +29,6 @@ yarn add rn-android-keystore
30
29
31
No additional setup required. The package automatically links to your Android project.
32
33
-### iOS Setup
34
-
35
-Run:
36
-```sh
37
-cd ios && pod install && cd ..
38
-```
39
40
## Usage
41
42
### Basic Example
@@ -308,7 +300,6 @@ if (!result.success) {
308
300
## Platform Support
309
301
310
302
- **Android**: Full support (API 24+)
311
-- **iOS**: Not supported (returns error on iOS)
312
303
313
304
## Security Considerations
314
305
0 commit comments