mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-29 06:28:24 +00:00
Updated packages to latest expo beta Updated some MMKV usages Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
6 lines
205 B
TypeScript
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();
|