📌  相关文章
📜  textarea react native - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:33.345000             🧑  作者: Mango

代码示例2

    
  
...

const styles = StyleSheet.create({
  textAreaContainer: {
    borderColor: COLORS.grey20,
    borderWidth: 1,
    padding: 5
  },
  textArea: {
    height: 150,
    justifyContent: "flex-start",
    textAlignVertical: 'top'
  }
})