microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.1k stars 1.13k forks source link

Implement new web props parity with RN core in Fabric #11185

Open jonthysell opened 1 year ago

jonthysell commented 1 year ago

Summary

RN is trying to make it easier to share code/knowledge between React web dev and React Native dev. Part of this means implementing web props in React Native.

Upstream tracking issue: https://github.com/facebook/react-native/issues/34424

Motivation

We need to maintain priority with RN core's props, though not necessarily for Paper as we lean into Fabric.

Basic Example

RN Core implemented aria accessibility props here: https://github.com/facebook/react-native/commit/720cdbc658aa0b513d106526eb81d749fa957c99

Open Questions

No response

chrisglein commented 1 year ago

Related to #11184, but this is the issue for not view style props.

rozele commented 1 year ago

Out of curiosity, are there any examples yet of props that aren't just remapped to existing RN props in JS?

chrisglein commented 3 weeks ago

@danielayala94 , Jon had opened this issue awhile ago but I think your detailed inventory will replace this, agree?