Nicolas Gallagher

Results 96 issues of 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,...

Help Wanted :octocat:
Component: TextInput
Component: Text
Component: View
Component: Image
Accessibility
Platform: All

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...

enhancement
has: pr
project:react-native-web

### 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...

enhancement
has: pr
project:react-native-web

### Describe the issue Update Animated to include [useAnimatedProps](https://github.com/facebook/react-native/blob/main/Libraries/Animated/useAnimatedProps.js) for React 18 support.

has: pr
project:react-native-web

### 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...

enhancement
project:react-native-web

# 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:...

Help Wanted :octocat:
API: StyleSheet
Platform: All
Needs TypeScript Update
:open_umbrella: Umbrella

### 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....

Platform: iOS
Bug
Impact: Bug
Never gets stale

**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...

feature request