All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
3 lines
171 B
JavaScript
3 lines
171 B
JavaScript
import { useLayoutEffect } from 'react'; // Under React Native, we know that we always want to use useLayoutEffect
|
|
|
|
export var useIsomorphicLayoutEffect = useLayoutEffect; |