diff --git a/packages/react-native-web/src/vendor/react-native/LayoutAnimation/index.js b/packages/react-native-web/src/vendor/react-native/LayoutAnimation/index.js index 21484ed9..423c9725 100644 --- a/packages/react-native-web/src/vendor/react-native/LayoutAnimation/index.js +++ b/packages/react-native-web/src/vendor/react-native/LayoutAnimation/index.js @@ -11,7 +11,7 @@ import PropTypes from 'prop-types'; import UIManager from '../../../exports/UIManager'; -const __DEV__ = process.env.NODE !== 'production'; +const __DEV__ = process.env.NODE_ENV !== 'production'; const { checkPropTypes } = PropTypes; const Types = {