📅  最后修改于: 2022-03-11 15:02:25.010000             🧑  作者: Mango
{
height: 30,
textAlignVertical: 'center',
...Platform.select({
ios: {
lineHeight: 30 // as same as height
},
android: {}
})
}