forked from Ninjalama/streamyfin_mirror
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> Signed-off-by: lancechant <13349722+lancechant@users.noreply.github.com> Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com> Co-authored-by: Uruk <contact@uruk.dev> Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com>
6 lines
197 B
TypeScript
6 lines
197 B
TypeScript
import { MMKV } from "react-native-mmkv";
|
|
|
|
// Create a single MMKV instance following the official documentation
|
|
// https://github.com/mrousavy/react-native-mmkv
|
|
export const storage = new MMKV();
|