Skip to content

Commit

Permalink
[fix] Missing @react-native/normalize-color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jun 28, 2023
1 parent 80e83fa commit d200276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-web/src/exports/Touchable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit d200276

Please sign in to comment.