We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5f4c7 commit 8c1a80dCopy full SHA for 8c1a80d
1 file changed
index.d.ts
@@ -32,6 +32,7 @@ interface RNSensitiveInfoAndroidDialogStrings {
32
export interface RNSensitiveInfoOptions {
33
kSecAccessControl?: RNSensitiveInfoAccessControlOptions;
34
kSecAttrAccessible?: RNSensitiveInfoAttrAccessibleOptions;
35
+ kSecAttrSynchronizable?: boolean;
36
keychainService?: string;
37
sharedPreferencesName?: string;
38
touchID?: boolean;
0 commit comments