RN项目中遇到的问题.md

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