Created
May 16, 2017 14:41
-
-
Save samueljmurray/ec2fa98b10dced17d6bcf40e57c79c48 to your computer and use it in GitHub Desktop.
React Native heading style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const styles = StyleSheet.create({ | |
| heading: { | |
| fontFamily: "Papyrus", | |
| fontSize: 24, | |
| fontWeight: 700 | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment