Andrew Coates
Andrew Coates
There is an option you can pass into folly toJson to allow NaN or not. (`serialization_opts::allow_nan_inf`). I dont think NaN is strict JSON though. However, NaN is also not a...
Appearance Module is global to the RN instance. It's possible that you could have multiple ReactRootView's with different XAML parents and different themes, all running in the same instance. As...
How is this different than the tooltip property. If you didn't want a tooltip wouldn't you just not set the tooltip property? -- And if you do set the tooltip...
@htpiv - Is this change still needed? https://github.com/microsoft/react-native-windows/pull/10178 went into 0.68 already.
Do we have a sense of the performance of this vs using a specific interface on the existing Tag property? My understanding is that custom properties have some bad performance...
I agree that programmatic seems like the right case for the default. The whole existence of programmatic is basically to attempt to handle the case where the callers doesn't know...
The all top level windows should be on different threads is a UWP thing. In win32 its fairly common to have multiple top level windows that are all on the...
@asklar is there a way to tell XAML to only update its internal focus without causing it to activate the window? This PR seem to completely skip the focus call...
> > Since its likely that replacing the TimingModule could have weird affects on apps, I've provided a quirk setting to revert back to the old implementation until we get...
@JunielKatarn, thats what https://github.com/microsoft/react-native-windows/blob/main/.github/CODEOWNERS is for.