This commit is contained in:
10
node_modules/react-redux/lib/utils/useIsomorphicLayoutEffect.native.js
generated
vendored
Normal file
10
node_modules/react-redux/lib/utils/useIsomorphicLayoutEffect.native.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.useIsomorphicLayoutEffect = void 0;
|
||||
|
||||
var _react = require("react");
|
||||
|
||||
// Under React Native, we know that we always want to use useLayoutEffect
|
||||
var useIsomorphicLayoutEffect = _react.useLayoutEffect;
|
||||
exports.useIsomorphicLayoutEffect = useIsomorphicLayoutEffect;
|
||||
Reference in New Issue
Block a user