We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.2
react-native
http://native
read the code in https://github.com/ant-design/ant-design-mobile/blob/master/components/list/style/index.native.tsx
style:
fontSize: variables.font_size_heading,
lineHeight: Math.round(variables.font_size_heading * 1.1),
*1.1 makes the content not be center
center
not center
The text was updated successfully, but these errors were encountered:
e75b27d
fix: rn list-item content align center, close ant-design#2052
0e291ae
silentcloud
No branches or pull requests
Version
2.0.2
Environment
react-native
Reproduction link
http://native
Steps to reproduce
read the code in https://github.com/ant-design/ant-design-mobile/blob/master/components/list/style/index.native.tsx
style:
fontSize: variables.font_size_heading,
lineHeight: Math.round(variables.font_size_heading * 1.1),
*1.1 makes the content not be center
What is expected?
center
What is actually happening?
not center
The text was updated successfully, but these errors were encountered: