Skip to content

Instantly share code, notes, and snippets.

@samueljmurray
Created May 16, 2017 14:41
Show Gist options
  • Select an option

  • Save samueljmurray/ec2fa98b10dced17d6bcf40e57c79c48 to your computer and use it in GitHub Desktop.

Select an option

Save samueljmurray/ec2fa98b10dced17d6bcf40e57c79c48 to your computer and use it in GitHub Desktop.
React Native heading style
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