UNPKG

expo-secure-store

Version:

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

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