You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{Text,View}from"react-native"importstylesfrom"react-native-short-styles"// In your any react-native componentfunctionExample(){return(<Viewstyle={styles("f1 ic jc")}><Textstyle={styles("tb clgreen")}>I'm green bold yext</Text></View>)}
Short Styles List
The listing mostly is in alphabetical order of the properties in each section.
Values which are in bold, are the default value, for that property.