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
TextInput iOS下的textAlign取值"auto", 'left', 'right', 'center', 'justify' android下的textAlign取值为'start', 'center', 'end'
Image iOS下resizeMode可以写在行间属性,也可以写在style,后者覆盖前者 android下resizeMode只可以写在行间,写在style无效
//android <Image resizeMode={'stretch'}></Image> //ios, style中的cover会覆盖掉stretch <Image resizeMode={'stretch'} style={{'resizeMode': 'cover'}}></Image>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TextInput
iOS下的textAlign取值"auto", 'left', 'right', 'center', 'justify'
android下的textAlign取值为'start', 'center', 'end'
Image
iOS下resizeMode可以写在行间属性,也可以写在style,后者覆盖前者
android下resizeMode只可以写在行间,写在style无效
The text was updated successfully, but these errors were encountered: