1b00534793
Summary: Previously we had an issue where we would clip visible views during an animation, like swiping back a VC. The root cause was mismatch between a view's frame and what is visible on screen. This happens because during an animation the frame (and other properties) of the animated view has final values, even that it's not yet rendered at that position. This diff fixes this issue by not looking for a clippingView above the react root view, since the animation for VC transitions happens at view higher above the root view. Reviewed By: javache Differential Revision: D3281655 fbshipit-source-id: 996b1a9f223c5b2274dd3d7c05b8936612af05ba |
||
---|---|---|
.. | ||
Base | ||
Executors | ||
Layout | ||
Modules | ||
Profiler | ||
React.xcodeproj | ||
Views |