Created
April 23, 2017 20:48
-
-
Save JonathanZWhite/3d5052549f73825828fe744c78aa5d2b to your computer and use it in GitHub Desktop.
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
export const styles = StyleSheet.create({ | |
displayLarge: { | |
fontSize: fontSize.displayLarge, | |
fontWeight: fontWeight.bold, | |
lineHeight: lineHeight.displayLarge, | |
}, | |
... | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment