FindingShrek
Results
1
comments of
FindingShrek
It has to do with encryption, so every time you try to use `storage.getString(key)` you need to recrypt first. ``` const instance = createMMKV({ id: mmkvId, encryptionKey: key, mode: 'single-process',...