In one of my recent React Native Expo apps, I was using react-native-mmkv, a library that allows you to easily use MMKV (efficient, small mobile key-value storage framework developed by WeChat) inside your React Native apps, as the persist layer for ...