Chris Glein

Results 336 comments of Chris Glein

Only handling of `transformOrigin` today seems to be in the JS. Was it not handled in Paper? Or does it get transformed into some other props that come through differently?...

> it crashed after run-windows. Can you provide the exception info and callstack you got?

Autolinking for native modules should work the same. View managers is something else. Will need to figure out auto linking of those once we have N=1.

Seems like a request for a Windows-specific native module. May be able to model similar to the StatusBar module. Certainly the immediate workaround is to just do this in native...

Related: https://github.com/microsoft/react-native-gallery/issues/437 The WinUI Gallery has a page on Accessibility with live practical examples. But regardless, detail should exist on the website for how to do this for custom controls.

Question: Is there a fight over the value happening here between what's specified in JS and a value being driven from native? What's observed is that the JS value comes...

@chiaramooney How does this fit into your plans for #11422?

Documentation should be updated to indicate leave the "x" off. This specific part: > The file must be named Native, with a .js or .jsx extension when using Flow, or...

@chiaramooney How does this fit into your plans for #11422? Do you intend for this issue to have a tasklist of the entire desired test inventory?

Suggestion: We can expand this existing page, which many of the tools are linking to: https://microsoft.github.io/react-native-windows/docs/new-architecture So essentially add a section on how to upgrade, concerns when upgrading. Refactor the...