UNPKG

react-native-mmkv

Version:

The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.

6 lines (4 loc) 187 B
import { MMKVInterface } from './Types'; export const addMemoryWarningListener = (_mmkv: MMKVInterface): void => { //no-op function, there is not a web equivalent to memory warning };