react-native-mmkv
Version:
The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.
11 lines (10 loc) • 352 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.addMemoryWarningListener = void 0;
const addMemoryWarningListener = _mmkv => {
//no-op function, there is not a web equivalent to memory warning
};
exports.addMemoryWarningListener = addMemoryWarningListener;
//# sourceMappingURL=MemoryWarningListener.web.js.map
;