mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7db444c9ae
Summary: @public To render `View`s inside `FlatViewGroup`, we need to pass the parent to `DrawCommand.draw()` method. Used in a followup diff. Reviewed By: sriramramani Differential Revision: D2564478