react-native/React
Martin Kralik 1b00534793 improve view clipping
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
2016-05-10 10:51:24 -07:00
..
Base Add Random Access Module file names to stack traces 2016-05-06 05:54:23 -07:00
Executors Unify source map approach for RA bundles on iOS/Android 2016-04-29 10:16:22 -07:00
Layout Import css-layout measure mode changes from pull request #163 2016-04-12 07:02:29 -07:00
Modules Added explicit init to observer modules 2016-05-04 07:07:24 -07:00
Profiler Avoid text relocations on arm trampoline 2016-05-10 09:09:19 -07:00
React.xcodeproj Support the bytecode cache for FBReactKit 2016-04-21 08:59:43 -07:00
Views improve view clipping 2016-05-10 10:51:24 -07:00