From d2135f625f379bdf663bf3f2d1ed5f17da1c968e Mon Sep 17 00:00:00 2001 From: Alexander Evchenko Date: Tue, 5 Mar 2024 12:37:37 +0400 Subject: [PATCH] fix: renaming the mmkv back to mmkv.default --- src/storage/MMKVStorage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/MMKVStorage.ts b/src/storage/MMKVStorage.ts index 42ede60fb..6358942a6 100644 --- a/src/storage/MMKVStorage.ts +++ b/src/storage/MMKVStorage.ts @@ -7,7 +7,7 @@ export class MMKVStorage { private id: string private storage: MMKV - constructor(id = 'main_storage', encryptionKey?: string) { + constructor(id = 'mmkv.default', encryptionKey?: string) { this.id = id this.storage = new MMKV({ id,