Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to @react-native/normalize-colors #27736

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

Kudo
Copy link
Contributor

@Kudo Kudo commented Mar 19, 2024

Why

i found that we still use the @react-native/normalize-color and not update to the 0.74 versioned @react-native/normalize-colors packages

How

migrate our code from @react-native/normalize-color to @react-native/normalize-colors

Test Plan

ci passed

Checklist

@expo-bot expo-bot added bot: suggestions ExpoBot has some suggestions bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Mar 19, 2024
@Kudo Kudo marked this pull request as ready for review March 19, 2024 08:22
@Kudo Kudo requested a review from byCedric March 19, 2024 08:23
Base automatically changed from @kudo/rn074/rc4 to main March 19, 2024 08:59
@@ -42,6 +42,7 @@
"@expo/config-types": "^51.0.0-unreleased",
"@expo/image-utils": "^0.4.0",
"@expo/json-file": "^8.3.0",
"@react-native/normalize-colors": "~0.74.75",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.75? 😂 so many fixes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha there was an accident when publishing these monorepo @react-native packages.

@@ -3519,12 +3519,12 @@
hermes-parser "0.19.1"
nullthrows "^1.1.1"

"@react-native/normalize-color@^2.0.0", "@react-native/normalize-color@^2.1.0":
"@react-native/normalize-color@^2.1.0":
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: this remaining dependency is coming from react-native-web

@Kudo Kudo merged commit a75b158 into main Mar 19, 2024
15 of 16 checks passed
@Kudo Kudo deleted the @kudo/rn074/migrate-normalize-colors branch March 19, 2024 10:01
@brentvatne brentvatne added the published Changes from the PR have been published to npm label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint compatible bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants