반응형
MMKV
-
[React Native] Flipper Firebase MMKV Debbuger 관계Programming/iOS 2024. 3. 7. 01:55
React Native는 디버깅에 필요한 다양한 도구와 라이브러리가 있으나 호환성이 맞지 않아 문제가 생기는 경우가 많다. 너무 충돌이 많은데 매번 시도하다가 까먹어서 여기에 남긴다. 우선 MMKV먼저 설명하겠다. [MMKV] MMKV : AsyncStorage보다 훨씬 빠르고, 동기로 동작하는 매우 매력적인 라이브러리다. https://github.com/mrousavy/react-native-mmkv GitHub - mrousavy/react-native-mmkv: ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage! ⚡️ The fastest key/value storage for React Native. ..