Before: { "bounds": [785, 802], "children": [ { "bounds": [785, 802], "contentsOpaque": true, "drawsContent": true, "children": [ { "position": [18, 120], "bounds": [100, 100], "contentsOpaque": true, "drawsContent": true, "backgroundColor": "#0000FF", "transform": [ [...], [...], [...], [...] ] }, { "position": [47, 230], "bounds": [144, 452], "drawsContent": true, "backgroundColor": "#FFFFFF", "children": [ { "shouldFlattenTransform": false, "children": [ { "position": [22, 11], "bounds": [100, 100], "contentsOpaque": true, "drawsContent": true, "backgroundColor": "#808080", "transform": [ [...], [...], [...], [...] ] }, { "position": [-29, 462], "bounds": [100, 100], "drawsContent": true } ] } ] } ] } ] } After: { "bounds": [785, 802], "children": [ { "bounds": [785, 802], "contentsOpaque": true, "drawsContent": true, "children": [ { "position": [18, 120], "bounds": [100, 100], "contentsOpaque": true, "drawsContent": true, "backgroundColor": "#0000FF", "transform": [ [...], [...], [...], [...] ] }, { "position": [58, 230], "bounds": [122, 452], "contentsOpaque": true, "drawsContent": true, "backgroundColor": "#FFFFFF", "children": [ { "shouldFlattenTransform": false, "children": [ { "position": [11, 11], "bounds": [100, 100], "contentsOpaque": true, "drawsContent": true, "backgroundColor": "#808080", "transform": [ [...], [...], [...], [...] ] }, { "position": [-40, 98], "bounds": [174, 464], "drawsContent": true } ] } ] } ] } ] }