diff --git a/packages/react-native-web/src/exports/Touchable/index.js b/packages/react-native-web/src/exports/Touchable/index.js index b0aee98c..c9a200bc 100644 --- a/packages/react-native-web/src/exports/Touchable/index.js +++ b/packages/react-native-web/src/exports/Touchable/index.js @@ -13,7 +13,7 @@ import type { Node } from 'React'; import AccessibilityUtil from '../../modules/AccessibilityUtil'; import BoundingDimensions from './BoundingDimensions'; -import normalizeColor from 'normalize-css-color'; +import normalizeColor from '@react-native/normalize-color'; import Position from './Position'; import React from 'react'; import UIManager from '../UIManager'; diff --git a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedColor.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedColor.js index 8e72cc24..e57b59da 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedColor.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedColor.js @@ -12,7 +12,7 @@ import AnimatedValue from './AnimatedValue'; import AnimatedWithChildren from './AnimatedWithChildren'; -import normalizeColor from 'normalize-css-color'; +import normalizeColor from '@react-native/normalize-color'; import NativeAnimatedHelper from '../NativeAnimatedHelper'; import type {PlatformConfig} from '../AnimatedPlatformConfig'; diff --git a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js index 8103e84e..0b790089 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js @@ -18,7 +18,7 @@ import AnimatedWithChildren from './AnimatedWithChildren'; import NativeAnimatedHelper from '../NativeAnimatedHelper'; import invariant from 'fbjs/lib/invariant'; -import normalizeColor from 'normalize-css-color'; +import normalizeColor from '@react-native/normalize-color'; import type {PlatformConfig} from '../AnimatedPlatformConfig';