Skip to content

Releases: oblador/react-native-keychain

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.

0.3.2

20 Jun 18:49
Compare
Choose a tag to compare

Fixes crash on Android SDK < 19

0.3.1

02 Jun 20:41
Compare
Choose a tag to compare

Android related bugfixes.

0.3.0

31 May 22:30
Compare
Choose a tag to compare
  • Android support!