Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

textalignvertical not working in ios react native

{
    height: 30,
    textAlignVertical: 'center',
    ...Platform.select({
        ios: {
            lineHeight: 30 // as same as height
        },
        android: {}
    })
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #textalignvertical #working #ios #react #native
ADD COMMENT
Topic
Name
5+3 =