Skip to content

Instantly share code, notes, and snippets.

@iremkaraoglu
Created February 20, 2021 15:44
Embed
What would you like to do?
const textStyles = StyleSheet.create({
bigTitle: {
fontFamily: fonts.extraBold,
fontSize: 34,
color: colors.mono.black,
} as TextStyle,
headline: {
fontFamily: fonts.bold,
fontSize: 21,
color: colors.mono.black,
} as TextStyle,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment