react-native-mmkv
Fast storage when AsyncStorage is too slow. react-native-mmkv is a memory-mapped synchronous KV store - ideal for feature flags, composer drafts, and Zustand persist middleware on screens that read storage every render. Reach for it when profiling shows AsyncStorage await on the critical path.