Answers for "react native fontSize"

0

react native scaling font

<Text
    numberOfLines={1}// add this
    adjustsFontSizeToFit// add this
    style={{textAlign:'center',fontSize:30}}
  >
Posted by: Guest on May-06-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language