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.