Nicolas Gallagher
Nicolas Gallagher
As per https://github.com/robinweser/inline-style-prefixer/issues/159#issuecomment-470307093 the prefixing for [backgroundClip](https://github.com/robinweser/inline-style-prefixer/blob/master/modules/plugins/backgroundClip.js) is applied to the value rather than the property.
# Add support for Web props to core components **Contingent on RFC feedback.** This is the umbrella issue for basic React DOM / Web props support on React Native components,...
0.19 dev
Canary: `npm install [email protected]` * [change] React 18 `createRoot` support. * [change] Update `Animated` to support React 18, including new `AnimatedColor` node. * [change] Map `'button'` and `'paragraph'` role to...
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request The Touchables are no longer recommended in React Native and have...
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request Prepare for these non-standard styles to be removed from React Native...
### Describe the issue Update Animated to include [useAnimatedProps](https://github.com/facebook/react-native/blob/main/Libraries/Animated/useAnimatedProps.js) for React 18 support.
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request Support the features of this RFC that React Native will eventually...
# Add support for Web styles to components This is the umbrella issue for basic React DOM / Web style additions to React Native components, as described in this proposal:...
### Description Setting the iOS-only `shadow*` style props on a View can unexpectedly apply shadows to multiple elements in the view's subtree. This issue can be reproduced in Fabric too....
**Observed Behaviour** `inferno-compat` does not support the following: ```js import { createRoot } from 'react-dom/client'; ``` Error: ```js Module not found: Error: Can't resolve 'react-dom/client' ``` **Expected Current Behaviour** Inferno...