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,