[Storage] Remove TODO for typing

This commit is contained in:
Beef 2023-01-17 08:02:50 +00:00
parent 19359529e9
commit bff883ec30

View file

@ -2,7 +2,6 @@ import { Indexable, MMKVManager } from "@types";
import { ReactNative as RN } from "@metro/hoist"; import { ReactNative as RN } from "@metro/hoist";
// Discord's custom special storage sauce // Discord's custom special storage sauce
// TODO: Type this
const MMKVManager = RN.NativeModules.MMKVManager as MMKVManager; const MMKVManager = RN.NativeModules.MMKVManager as MMKVManager;
// TODO: React hook? // TODO: React hook?