📅  最后修改于: 2022-03-11 15:02:38.457000             🧑  作者: Mango
...
const styles = StyleSheet.create({
textAreaContainer: {
borderColor: COLORS.grey20,
borderWidth: 1,
padding: 5
},
textArea: {
height: 150,
justifyContent: "flex-start",
textAlignVertical: 'top'
}
})