Chris Glein
Chris Glein
Notes from planning poker > Telemetry is enabled in main, but there is no actual endpoint. Need to set up a test endpoint and verify the data is coming through...
According to the [docs](https://microsoft.github.io/react-native-windows/docs/win10-compat), 16299 should be supported as a min version. Did your project build fine before adding the library reference? I'm not sure what sorts of project differences...
> @chrisglein I don't think I have the write access to this repository Me either. Was just trying to help out with a second set of eyes to review. Especially...
> Facing the same issue in 2024. Any new ideas on how to fix this? I migrated to `html-to-image`: https://github.com/bubkoo/html-to-image
Back in late 2021 / early 2022 we started a WinAppSDK new app template based on understanding of WinAppSDK at the time. And then came [Fabric](https://github.com/microsoft/react-native-windows/issues/12042) and impact on our...
Back in late 2021 / early 2022 we started a WinAppSDK new app template based on understanding of WinAppSDK at the time. And then came [Fabric](https://github.com/microsoft/react-native-windows/issues/12042) and impact on our...
Let's move to 2.8 in 0.72.
> @AgneLukoseviciute adding the accessibility role fixes `onPress` but doesn't fix `onPressIn` and `onPressOut`. Is this also what you saw? We'll need to get to the source of this repro...
There's these: - `Pressable.onHoverIn` https://reactnative.dev/docs/pressable#onhoverin - `Pressable.onHoverOut` https://reactnative.dev/docs/pressable#onhoverout There's enough unity between the various RN platforms at this point that we'd prefer something here for all platforms, not just Windows....
For reference, the ways that the native stack accomplishes things like smooth scrolling that track the finger is by doing them on the composition thread itself. Even for the native...