Files
pole-book/server/node_modules/react-redux/lib/utils/reactBatchedUpdates.native.js

11 lines
244 B
JavaScript

"use strict";
exports.__esModule = true;
Object.defineProperty(exports, "unstable_batchedUpdates", {
enumerable: true,
get: function () {
return _reactNative.unstable_batchedUpdates;
}
});
var _reactNative = require("react-native");