github oblador/react-native-keychain v6.0.0
6.0.0

latest releases: v8.2.0, v8.1.3, v8.1.2...
4 years ago

Breaking changes

  • Restore default Android accessControl behaviour to version 4.0 and align with iOS. In 5.0 it defaulted to encrypt with biometrics on Android, in this release you need to opt in for this behaviour.

New functionality

  • Add support for customising Android biometric prompt. This also deprecates the old { authenticationPrompt: 'prompt' } syntax from a string to an object: { authenticationPrompt: { title: 'prompt' } }

Deprecations

  • Passing service as a string instead of in an options object has been deprecated for a while, but now we warn about it using YellowBox as it will be removed in a future major release.

Don't miss a new react-native-keychain release

NewReleases is sending notifications on new releases.