Secure key-value storage implementation for secrets management
npm install @exodus/keystore-mobile@exodus/keystore-mobileSecure key-value storage implementation for secrets management
``js
import createKeystore from '@exodus/keystore-mobile'
import * as reactNativeKeychain from '@exodus/react-native-keychain'
const keystore = createKeystore({
reactNativeKeychain,
platform: Platform.OS,
})
``