Answers for "react native text align justify not working"

2

react native text right align

textAlign:'right'
Posted by: Guest on April-25-2021
0

textalignvertical not working in ios react native

{
    height: 30,
    textAlignVertical: 'center',
    ...Platform.select({
        ios: {
            lineHeight: 30 // as same as height
        },
        android: {}
    })
}
Posted by: Guest on January-06-2022

Code answers related to "react native text align justify not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language