Skip to content

Releases: oblador/react-native-keychain

3.0.0

20 Jul 08:12
554701f
Compare
Choose a tag to compare
  • Support for React Native 0.56
  • Catch uncaught exceptions to prevent crash on some Huawei android devices
  • Biometric authentication for iOS.
  • Probe for biometric hardware support via getSupportedBiometryType()

3.0.0 Release Candidate 3

28 Feb 13:16
3c54d65
Compare
Choose a tag to compare
  • Biometric authentication for iOS.
  • Probe for biometric hardware support via getSupportedBiometryType()
    More release notes soon...

3.0.0 Release Candidate 2

27 Feb 15:26
Compare
Choose a tag to compare
  • Biometric authentication for iOS.

More release notes soon...

3.0.0 Release Candidate 1

27 Feb 13:01
Compare
Choose a tag to compare
v3.0.0-rc.1

3.0.0 Release Candidate 1

2.0.0

08 Jan 21:32
Compare
Choose a tag to compare
  • Android: Bumped conceal to 1.1.3
  • Android: BREAKING CHANGE! Changed implementation to use Android Keystore for API level 23+ with automatic migration. c4b2b4d @pcoltau
  • tvOS: Initial support for tvOS 712679f @JulienKode
  • Android: Added support for RN 0.47+ d768add @AndrewJack

1.2.1

24 Aug 21:23
Compare
Choose a tag to compare

Adds React Native 0.47 compatibility

2.0.0 Release Candidate

05 Jul 19:33
Compare
Choose a tag to compare
  • Android: Bumped conceal to 1.1.3
  • Android: Changed implementation to use Android Keystore for API level 23+ with automatic migration.

1.2.0

04 Apr 21:25
Compare
Choose a tag to compare

Fixes android promise resolving/rejection behavior so that it works as iOS. It's a bug fix but potentially breaking.

1.1.0

10 Feb 10:41
Compare
Choose a tag to compare
  • Support for accessible and accessGroup options on iOS

1.0.0

10 Jan 22:17
Compare
Choose a tag to compare
  • Breaking change: Updated headers to work with React Native 0.40, for older versions of react use 0.3.2.
  • Breaking change: Native methods refactored to use promises, i.e. callback argument deprecated.
  • Breaking change: Project refactored to ES2016, that means you now need to import it with import * as Keychain from 'react-native-keychain';.
  • Shared web credentials are now supported on iOS.