Chris Glein
Chris Glein
Should correct after anything that retriggers layout, like a window size change.
Agreed. We will deprecate.
Example page with new tags: https://microsoft.github.io/react-native-windows/docs/next/getting-started Search for pages that have this tag: https://github.com/search?q=repo%3Amicrosoft%2Freact-native-windows-samples%20https%3A%2F%2Fimg.shields.io%2Fbadge%2Farchitecture-needs_review-red&type=code (currently 28)
Sounds like you're still hitting this. Is this true on latest version? (60 is a couple versions behind now)
Confirmed repro on provided [Snack](https://snack.expo.io/@mjfiandaca/toggle-securetextentry). Android | Launch | Press TextInput | Toggle Eye | | --- | --- | --- | |  |  |  | iOS...
Some additional clean up here is likely appropriate as the usage of unique assert tags isn't being appropriately used here. Direct fix is to have the assert hooked up to...
[All hits](https://github.com/microsoft/react-native-windows/search?q=AssertSz) are in `vnext/Mso`, with one exception in `vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp`. @vmoroz FYI
The RNW metro config is supposed to be set up to avoid this set of problem of monitoring VS files. In case something wasn't applied correctly, can you share your...
Love that you're trying out new arch and comparing to old arch. This is an area we've been building towards for a long time and it's great to get feedback....
The RNW `Popup` uses the XAML `Popup` type. Is this the same behavior you observe with a straight UWP XAML `Popup`? If so, we won't be able to address from...