Skip to content

Commit f7eb55c

Browse files
readme update
1 parent a20cd6b commit f7eb55c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ These are synchronous and go directly to the native backend without any serializ
532532

533533
### `isKeychainLockedError(err)`
534534

535-
Utility to detect iOS Keychain locked errors in secure storage operations. Returns `true` if the error was caused by a locked keychain (device locked, first unlock not yet performed, etc.). Always returns `false` on web.
535+
Utility to detect iOS Keychain locked errors and Android key invalidation errors in secure storage operations. Returns `true` if the error was caused by a locked keychain (device locked, first unlock not yet performed, etc.) or an Android `KeyPermanentlyInvalidatedException` / `InvalidKeyException`. Always returns `false` on web.
536536

537537
```ts
538538
import { isKeychainLockedError } from "react-native-nitro-storage";

0 commit comments

Comments
 (0)