Files
30-seconds-of-code/node_modules/react-redux/es/utils/reactBatchedUpdates.native.js
2019-08-20 15:52:05 +02:00

3 lines
133 B
JavaScript

/* eslint-disable import/no-unresolved */
import { unstable_batchedUpdates } from 'react-native';
export { unstable_batchedUpdates };