mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
e2873cf85f
Summary: The hex8 specified version is #rrggbbaa so it would be great to have the internal representation be 0xrrggbbaa to prevent confusion. This pull request changes the internals of normalizeColor. It changes a lot of lines but there isn't any big changes. Small changes: - Use | instead of + for number operations - Use x << 24 instead of x * (1 << 24) - Have hslToRgb return pre shifted number processColor is still sending colors the 0xaarrggbb format to native and tests still pass without changes. Closes https://github.com/facebook/react-native/pull/5792 Reviewed By: svcscm Differential Revision: D2910589 Pulled By: vjeux fb-gh-sync-id: 6dd353f2edd5127f1762e7a57a65379d2a58e0c1