What is the default unit of style in React Native?

后端 未结 4 1502
既然无缘
既然无缘 2020-12-13 00:20

I am contributing to an Open Source Project where I am developing Material design for React Native. I am blocked at work,I am unable to make some UI level enhancements w.r.t

4条回答
  •  遥遥无期
    2020-12-13 00:38

    From what I know, the javascript styling that we use in react js or react native uses pixels. Pixel ratio is only needed to support different size of mobile device screens.

提交回复
热议问题