update Root Layout Specs
open fun updateRootLayoutSpecs(rootViewTag: Int, widthMeasureSpec: Int, heightMeasureSpec: Int, offsetX: Int, offsetY: Int)
Updates the styles of the ReactShadowNode based on the Measure specs received by parameters. offsetX and offsetY aren't used in non-Fabric, so they're ignored here.