···23import {Storage} from '#/storage'
45-jest.mock('react-native-mmkv', () => ({
6 MMKV: class MMKVMock {
7 _store = new Map()
8
···23import {Storage} from '#/storage'
45+jest.mock('@bsky.app/react-native-mmkv', () => ({
6 MMKV: class MMKVMock {
7 _store = new Map()
8
+1-1
src/storage/index.ts
···1import {useCallback, useEffect, useState} from 'react'
2-import {MMKV} from 'react-native-mmkv'
34import {type Account, type Device} from '#/storage/schema'
5
···1import {useCallback, useEffect, useState} from 'react'
2+import {MMKV} from '@bsky.app/react-native-mmkv'
34import {type Account, type Device} from '#/storage/schema'
5