Skip to content

Instantly share code, notes, and snippets.

@FreddyPoly
Created July 5, 2019 09:26
Show Gist options
  • Save FreddyPoly/5c7e678b11acc1fa7c5af4aaaafed488 to your computer and use it in GitHub Desktop.
Save FreddyPoly/5c7e678b11acc1fa7c5af4aaaafed488 to your computer and use it in GitHub Desktop.
[REACT NATIVE] Font Family Montserrat
...
const TEXT: TextStyle = {
color: "#373737",
fontFamily: "Montserrat-Bold",
}
...
render() {
return (
...
<Text style={TEXT}>
Premier input
</Text>
...
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment