v10.0.0
New features
- ⚠️ feat!: remove FacebookConceal and library warmup, upgrade minAndroidSdk by @DorianMazur in https://github.com/oblador/react-native-keychain/pull/719
Breaking Changes & How to Update:
-
Ensure your
minAndroidSdkis set to 23 or higher. -
If your app was using library warmup, simply remove it—autolinking will handle initialization automatically.
-
If you are using the deprecated and no longer maintained FacebookConceal, consider staying on version 9.x until all users are migrated to a different cipher.
-
You can use automatic migration with:
getGenericPassword({ service: 'service_key', rules: SECURITY_RULES.AUTOMATIC_UPGRADE });
-
- feat: passcode support for android by @DorianMazur in https://github.com/oblador/react-native-keychain/pull/720
- feat: getAllGenericPasswordServices allow skipping items requiring UI auth on iOS by @jeanregisser in https://github.com/oblador/react-native-keychain/pull/712