Releases: oblador/react-native-keychain
Releases · oblador/react-native-keychain
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.