textalignvertical tidak berfungsi di iOS bereaksi asli

{
    height: 30,
    textAlignVertical: 'center',
    ...Platform.select({
        ios: {
            lineHeight: 30 // as same as height
        },
        android: {}
    })
}
Alexandre Dao