@exodus/keystore-mobile
v2.0.0
Published
Secure key-value storage implementation for secrets management
Downloads
3,360
Readme
@exodus/keystore-mobile
Secure key-value storage implementation for secrets management
Usage
import createKeystore from '@exodus/keystore-mobile'
import * as reactNativeKeychain from '@exodus/react-native-keychain'
const keystore = createKeystore({
reactNativeKeychain,
platform: Platform.OS,
})