Cannot resize linear layout children in android react native module

前端 未结 4 859
清酒与你
清酒与你 2021-02-13 21:31

Full code here

Video of correct behavior in java and incorrect in react native here

I have modified a linear layout to respond to touch by resizing the left chil

4条回答
  •  礼貌的吻别
    2021-02-13 21:44

    Try removing content of the layout one by one. May be one among those children has wrap content. You can use hierarchyViewer and uiautomatorviewer for it Also think about weights also. If possible post the hierarchyViewer data.

提交回复
热议问题