Ryan Linton
Ryan Linton
## Summary: This adds initial support for wide gamut (DisplayP3) colors to React Native iOS per the [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738). It provides the ability to set the default color space to sRGB...
## Summary: This adds support for `color()` function syntax per the [W3C CSS Color Module Level 4](https://www.w3.org/TR/css-color-4/#color-function) spec and the Add Support for Wide Gamut (DisplayP3) Colors to React Native...
## Summary: This adds support for 64 bit integer (long) values to MapBuffer. Per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) Android encodes wide gamut colors as long values so we need...
## Summary: This builds on previous PRs for the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) and extends Android views with support for DisplayP3 backgrounds and borders. ## Changelog: [ANDROID] [ADDED] - Add...
## Summary: This adds support for color longs to HostPlatformColor per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738). ## Changelog: [ANDROID] [ADDED] - Update HostPlatformColor to support color longs ## Test Plan:...
## Summary: This adds support for 64 bit integer (long) values to the Android bridge. Per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) Android encodes wide gamut colors as long values so...
## Summary: This builds on previous PRs for the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) and extends Android text with support for DisplayP3 color. ## Changelog: [ANDROID] [ADDED] - Add DisplayP3 color...
React Native does [not currently support](https://github.com/facebook/react-native/issues/41517) wide gamut color spaces (i.e. DisplayP3). This proposal discusses adding support for this color space in React Native. Thanks to @cipolleschi for his support...
Proposes adding `isAndroid`, `isIOS`, and `isNative` properties to `Platform` to compliment the existing `isPad`, `isTV`, and `isTesting` properties and provide a utilities that match what devs are commonly doing in...
Fixes: https://github.com/Expensify/react-native-share-menu/issues/230 Moving `detachViewDelegate` to `viewDidDisappear` [fixes swipe to dismiss](https://github.com/Expensify/react-native-share-menu/pull/81) but unfortunately it doesn't appear to get called consistently when leaving the share extension with `continueInApp`, `openApp`, or `dismissExtension`. This...