There was an error while loading. Please reload this page.
1 parent 94529ac commit 7391f17Copy full SHA for 7391f17
example/__tests__/MMKV.test.ts
@@ -1,6 +1,6 @@
1
import { createMMKV } from 'react-native-mmkv';
2
describe('Example test', () => {
3
- let storage: MMKV;
+ let storage;
4
5
beforeAll(() => {
6
storage = createMMKV();
0 commit comments