Ramanpreet Nara 9bbc70c442 Re-render views when direction changes
Summary:
This is required for D5874536, wherein I'll be introducing direction-aware props for borders.

When a view's border changes due to a direction update, only the frames of its children update. Therefore, only the children `UIView`s get a chance to be re-rendered. This is incorrect because the view that's had its borders changed also needs to re-render. So, I keep a track of the layout direction in a property on all shadow views. Then, when I update that prop within `applyLayoutNode`, I push shadow views into the `viewsWithNewFrames` set.

Reviewed By: mmmulani

Differential Revision: D5944488

fbshipit-source-id: 3f23e9973f3555612920703cdb6cec38e6360d2d
2017-10-02 11:15:48 -07:00
..
2017-09-24 23:01:25 -07:00
2017-09-21 15:01:52 -07:00
2017-09-21 15:01:52 -07:00
2016-11-18 14:43:31 -08:00
2016-09-08 17:58:50 -07:00
2017-07-24 00:32:17 -07:00
2017-09-05 16:35:03 -07:00
2017-03-23 11:36:17 -07:00