Files
streamyfin/utils/mmkv.ts
2025-11-11 08:53:23 +01:00

6 lines
205 B
TypeScript

import { createMMKV } from "react-native-mmkv";
// Create a single MMKV instance following the official documentation
// https://github.com/mrousavy/react-native-mmkv
export const storage = createMMKV();