UNPKG

react-sweet-state

Version:

Global + local state combining the best of Redux and Context API

13 lines (11 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "batch", { enumerable: true, get: function get() { return _reactNative.unstable_batchedUpdates; } }); var _reactNative = require("react-native");