Hello! I'm upgrading from v8.2.0 to v10.0.0 and I saw one of the breaking changes is removal of "FB" as a Storage Type.
In my case, I've only ever used it like:
return Keychain.setGenericPassword(key, item, { service: key, accessible: (Keychain as any).ACCESSIBLE.AFTER_FIRST_UNLOCK, });
but I can't seem to find what the default storageType would be - do I need to add the rules: SECURITY_RULES.AUTOMATIC_UPGRADE flag just in case?
Hello! I'm upgrading from v8.2.0 to v10.0.0 and I saw one of the breaking changes is removal of "FB" as a Storage Type.
In my case, I've only ever used it like:
return Keychain.setGenericPassword(key, item, { service: key, accessible: (Keychain as any).ACCESSIBLE.AFTER_FIRST_UNLOCK, });but I can't seem to find what the default storageType would be - do I need to add the
rules: SECURITY_RULES.AUTOMATIC_UPGRADEflag just in case?