Skip to content

Commit df602be

Browse files
authored
Merge pull request #205 from jdmunro/update-types
Add missing kSecAttrSynchronizable type
2 parents 9f5f4c7 + 8c1a80d commit df602be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ interface RNSensitiveInfoAndroidDialogStrings {
3232
export interface RNSensitiveInfoOptions {
3333
kSecAccessControl?: RNSensitiveInfoAccessControlOptions;
3434
kSecAttrAccessible?: RNSensitiveInfoAttrAccessibleOptions;
35+
kSecAttrSynchronizable?: boolean;
3536
keychainService?: string;
3637
sharedPreferencesName?: string;
3738
touchID?: boolean;

0 commit comments

Comments
 (0)