Answers for "react native alignitems center move child text left"

8

android center text react native

headline: {
    textAlign: 'center', // <-- the magic
    fontWeight: 'bold',
    fontSize: 18,
    marginTop: 0,
    width: 200,
    backgroundColor: 'yellow',
  }
Posted by: Guest on July-18-2020
2

react native text right align

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

Code answers related to "react native alignitems center move child text left"

Code answers related to "Javascript"

Browse Popular Code Answers by Language