Releases: oblador/react-native-keychain
Releases · oblador/react-native-keychain
3.0.0 Release Candidate 1
v3.0.0-rc.1 3.0.0 Release Candidate 1
2.0.0
- 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
2.0.0 Release Candidate
- Android: Bumped conceal to 1.1.3
- Android: Changed implementation to use Android Keystore for API level 23+ with automatic migration.
1.2.0
1.1.0
1.0.0
- 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.