UNPKG

create-sellflow

Version:

Pre-built cross-platform Shopify app template

10 lines (8 loc) 243 B
import { Platform } from "react-native"; import { MMKV } from "react-native-mmkv"; export const storage = new MMKV({ id: "user", ...(Platform.OS !== "web" && { encryptionKey: process.env.EXPO_PUBLIC_ENCRYPTION_KEY || "key", }), });