UNPKG

expo-secure-store

Version:

Provides a way to encrypt and securely store key-value pairs locally on the device.

7 lines (6 loc) 204 B
import { ConfigPlugin } from 'expo/config-plugins'; declare const _default: ConfigPlugin<void | { faceIDPermission?: string | false; configureAndroidBackup?: boolean; }>; export default _default;