Skip to content

Commit 877a025

Browse files
committed
chore: update README
1 parent e0672d6 commit 877a025

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ A React Native wrapper for Android Keystore that enables secure cryptographic ke
1616

1717
- React Native 0.60+
1818
- Android API level 24+
19-
- iOS 11+ (Note: Core functionality is Android-specific)
2019

2120
## Installation
2221

@@ -30,13 +29,6 @@ yarn add rn-android-keystore
3029

3130
No additional setup required. The package automatically links to your Android project.
3231

33-
### iOS Setup
34-
35-
Run:
36-
```sh
37-
cd ios && pod install && cd ..
38-
```
39-
4032
## Usage
4133

4234
### Basic Example
@@ -308,7 +300,6 @@ if (!result.success) {
308300
## Platform Support
309301

310302
- **Android**: Full support (API 24+)
311-
- **iOS**: Not supported (returns error on iOS)
312303

313304
## Security Considerations
314305

0 commit comments

Comments
 (0)