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