[Storage] Remove TODO for typing
This commit is contained in:
parent
19359529e9
commit
bff883ec30
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ import { Indexable, MMKVManager } from "@types";
|
|||
import { ReactNative as RN } from "@metro/hoist";
|
||||
|
||||
// Discord's custom special storage sauce
|
||||
// TODO: Type this
|
||||
const MMKVManager = RN.NativeModules.MMKVManager as MMKVManager;
|
||||
|
||||
// TODO: React hook?
|
||||
|
|
Loading…
Reference in a new issue