You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

reactBatchedUpdates.native.js 133 B

3 years ago
123
  1. /* eslint-disable import/no-unresolved */
  2. import { unstable_batchedUpdates } from 'react-native';
  3. export { unstable_batchedUpdates };