美文网首页
Android => RN 部分字段对应

Android => RN 部分字段对应

作者: 比尔王BillWang | 来源:发表于2018-04-26 09:51 被阅读0次

    从安卓转到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