[16KB] use 16kb-compatible fork of react-native-mmkv (#9150)

* use 16kb-compatible fork of react-native-mmkv

* avoid using package alias

* specify ndk version

* Revert "specify ndk version"

This reverts commit 577393518e.

* add compiler flags to mmkv build (bump version)

* move fork to bsky repo/npm org
This commit is contained in:
Samuel Newman
2025-10-07 18:06:29 +03:00
committed by GitHub
parent 7f4e302b85
commit 54f70a576a
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {useCallback, useEffect, useState} from 'react'
import {MMKV} from 'react-native-mmkv'
import {MMKV} from '@bsky.app/react-native-mmkv'
import {type Account, type Device} from '#/storage/schema'