react-native-website
react-native-website copied to clipboard
Text Style Prop fontSize lacks documentation
Description
The documentation of the fontSize
property provides very little documentation (it literally only says: "number"), given how complex it is to navigate the space of converting a design (in e.g. Figma) to React Native and have it match the intention. It would be great if this was fleshed out. For example, is the fontSize
passed as is to underlying native APIs unchanged? Is it scaled somehow? Is it in DPI?
Documentation version
0.69
It is in DPI. I also had limited clarity for some time coming from web. It is relative to screen size to make text layout screensize agnostic, I guess.
👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.