mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: I'm removing the node >= 18 restriction on react-native/normalize-colors as that's unnecessary as is currently breaking the ecosystem for users on Node 16 on previous versions of React Native. Changelog: [General] [Fixed] - normalize-colors should not impose node >= 18 Reviewed By: robhogan Differential Revision: D50215144 fbshipit-source-id: cdfb90f4274754ad5b04fa2cad339419d45bbcba
@react-native/normalize-colors
Installation
yarn add --dev @react-native/normalize-colors
Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarnto install the dependencies. You just need to run this onceyarn jest packages/normalize-color.