3 lines
125 B
JavaScript
3 lines
125 B
JavaScript
|
/* eslint-disable import/named */
|
||
|
import { unstable_batchedUpdates } from 'react-native';
|
||
|
export { unstable_batchedUpdates };
|