RN项目中遇到的问题
- 圆角在 ios 设备 Text 中不生效
- Text 自带边距
- 安卓transform skewX 属性不生效
- 安卓通过
measuremeasureInWindowapi获取不到坐标与元素尺寸,ios可以正常返回,安卓需要给要获取的元素添加collapsable={false}属性 position: 'absolute'相对父元素定位
measure measureInWindowapi获取不到坐标与元素尺寸,ios可以正常返回,安卓需要给要获取的元素添加 collapsable={false} 属性 position: 'absolute' 相对父元素定位