kmelmon

Results 9 comments of kmelmon

I'd like to see improvements to the Metro bundler: - Errors during bundling can be super difficult to diagnose as the output from an error is typically coming from an...

the problem is complex for a few reasons: -we changed the typings but didn't document them -there are some props that will be quickly deprecated by similar props coming from...

The bug only repros if all 3 of these conditions are true: * You are animating Opacity from 0 to anything * You are animating both Opacity and another property...

@Tatious I'm getting close to finding a root cause. In the mean-time you could workaround this by doing any of these: * Animate Opacity from 0.01 instead of from 0...

@chrisglein What remains here is a strawman schedule and tentative assignments of ViewManagers to devs. Over the next couple weeks I can come up with an estimated schedule.

The folks on the web browser side of things are working on the same issue. This might help folks understand what kind of information we're talking about exposing; https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/Foldables/explainer.md

I'll take this. I don't think it's a dupe so keeping it open for now.

Alex has done some prototype level work on this: Here are the changes I made that but haven’t merged that I made: - v1: treedump-able playground/RNTester: https://github.com/microsoft/react-native-windows/pull/4699 - v2 (e2etest):...

This is now part of https://github.com/microsoft/react-native-windows/projects/39 and depends directly on #6343