Chris Glein
Chris Glein
Two questions here: - What is promoted as a "sample" (as in code to copy and a well supported scenario? - What is covered by a test app (so we...
Related: https://github.com/microsoft/vscode/issues/206581
> What happens if you just run npx react-native run-windows --logging --no-packager --no-launch --no-autolink --no-deploy --arch x64 which we do in CI? `C:\Users\REDACTED\Source\react-native-windows-samples\samples\NativeModuleSample\cppwinrt> npx react-native run-windows --logging --no-packager --no-launch --no-autolink...
At a bare minimum we need to update the readme. I'm going to take another pass with cleaned build output and see if this repros. UPDATE: Does still repro. And...
Seems like a totally reasonable thing to want to do from a XAML perspective. Is the missing functionality here having functions that take references to other views? Setting simple example...
It's entirely possible a "control combiner" is over-designing the problem. But it's also possible we're hitting up against a general pattern here and a shared utility could simplify some controls...
@chiaramooney Can you add the right interlinking with these issues: https://github.com/microsoft/react-native-windows/issues?q=is%3Aopen+accessibilityActions
We'd like to reconstruct your repro so we can investigate. Is it possible to share more of your component here (hooks and such, full JS file, or best yet a...
> notice when i added the new text content the first text input disapeared When you add the `Text` element, that would be pushing the 2 `TextInput` elements down, right?...
Thank you for the added detail! Next step will be trying to replicate this using your snippet in a more reduced app.