mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-06 06:36:13 +00:00
[fix] Missing @react-native/normalize-color updates
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user