react-native
react-native copied to clipboard
[Android] update text to support color longs
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:
- 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
- Follow the test steps for each PR
- Pull these changes and build RNTester for Android:
cd packages/rn-tester && yarn android - Navigate to ViewExample and observe DisplayP3 text color