react-native icon indicating copy to clipboard operation
react-native copied to clipboard

[Android] update text to support color longs

Open ryanlntn opened this issue 1 year ago • 0 comments

Summary:

This builds on previous PRs for the wide gamut color RFC and extends Android text with support for DisplayP3 color.

Changelog:

[ANDROID] [ADDED] - Add DisplayP3 color support to Text

Test Plan:

  1. Pull changes from these previous PRs: https://github.com/facebook/react-native/pull/42831 https://github.com/facebook/react-native/pull/43030 https://github.com/facebook/react-native/pull/43031 https://github.com/facebook/react-native/pull/43036 https://github.com/facebook/react-native/pull/43158 https://github.com/facebook/react-native/pull/43163
  2. Follow the test steps for each PR
  3. Pull these changes and build RNTester for Android: cd packages/rn-tester && yarn android
  4. Navigate to ViewExample and observe DisplayP3 text color

Screenshot_20240131-100112

ryanlntn avatar Feb 23 '24 01:02 ryanlntn