Android => RN 部分字段对应
从安卓转到RN,发现有些字段的效果类似,但是名字不同,所以记录下。
View
Android |
RN |
onClick |
onPress |
layout_height |
height |
layout_width |
width |
layout_marginTop |
marginTop |
background="@color" |
backgroundColor |
TextView |
Text |
textColor |
color |
textStyle |
fontWeight |
gravity |
textAlign |
textSize |
fontSize |
EditText |
TextInput |
text |
value |
hint |
placeholder |
inputType |
keyboardType |
onTextChangeListener |
onChangeText |
ImageView |
Image |
src |
source |
scroleType |
resizeMode |
本文标题:Android => RN 部分字段对应
本文链接:https://www.haomeiwen.com/subject/rbiejxtx.html
网友评论