Igor Klemenski
Igor Klemenski
Good call. The current correct guidance is the wiki page of the RNW repo (also with a level of indirection, could be simplified) - https://github.com/microsoft/react-native-windows/wiki/E2E-Test We could first move this...
@NickGerleman's recent PR https://github.com/microsoft/react-native-windows/pull/8539 moves us closer to external re-usability of our E2E infra. It contains up-to-date descriptions of how use what we currently have. We should use that content...
@vonovak Sorry I missed this one completely! I will take a look this coming Monday and reply! FYI @steventiro **EDIT** Taking a quick look - this should be possible, not...
@chiaramooney @AgneLukoseviciute - mind taking a look if this is enough to enable VS2022?
This looks like an issue with timezone offsets, needs looking into.
@RahidAkhundzada Confirming I understand your problem. Is this about the date value of the JS event you receive when selecting a date in the date picker - eg. you select...
@Tatious Pasting the example from https://reactnative.dev/docs/animated#example into packages\playground\Samples\animation.tsx as below, and running it works without issues. Can you try that? ``` /** * Copyright (c) Microsoft Corporation. All rights reserved....
@Tatious Can you please check if the above code works properly on your machine in the Playground app?
I've used Chris's snippet that contains the initial repro code and pasted it in packages\playground\Samples\animation.tsx. Running it inside the Playground app I can observe the expected behavior. @Tatious this issue...
@namrog84 @Tatious I've created a standalone app using the CLI, and used the code above. Can confirm that the animation is rendered correctly. EDIT: After running multiple times, I have...