mobx-react-lite
Version:
Lightweight React bindings for MobX based on React 16.8+ and Hooks
7 lines • 383 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.unstable_batchedUpdates = void 0;
// @ts-ignore
var react_native_1 = require("react-native");
Object.defineProperty(exports, "unstable_batchedUpdates", { enumerable: true, get: function () { return react_native_1.unstable_batchedUpdates; } });
//# sourceMappingURL=reactBatchedUpdates.native.js.map
;