reactBatchedUpdates.native.js 164 B

12345
  1. /* eslint-disable import/namespace */
  2. /* eslint-disable import/named */
  3. import { unstable_batchedUpdates } from 'react-native';
  4. export { unstable_batchedUpdates };