UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

16 lines (14 loc) 389 B
"use strict"; exports.__esModule = true; exports._triggerOnLowMemory = _triggerOnLowMemory; exports.onLowMemory = onLowMemory; var lowMemoryCallbacks = []; function onLowMemory(callback) { lowMemoryCallbacks.push(callback); } // TODO: Not currently hooked up to anything function _triggerOnLowMemory() { lowMemoryCallbacks.forEach(function (callback) { return callback(); }); }