TextAlignvertical не работает в iOS реагировать нативность
{
height: 30,
textAlignVertical: 'center',
...Platform.select({
ios: {
lineHeight: 30 // as same as height
},
android: {}
})
}
Alexandre Dao