reactBatchedUpdates.native.js 244 B

1234567891011
  1. "use strict";
  2. exports.__esModule = true;
  3. Object.defineProperty(exports, "unstable_batchedUpdates", {
  4. enumerable: true,
  5. get: function () {
  6. return _reactNative.unstable_batchedUpdates;
  7. }
  8. });
  9. var _reactNative = require("react-native");