1.0.3 • Published 6 years ago

react-native-esoftplay-typography v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

react-native-esoftplay-typography

a typography helper for react native text with Human Interface Guidlines

INSTALATION

npm install --save react-native-esoftplay-typography

USAGE

import Typography from 'react-native-esoftplay-typography'

<Typography
  text={'Masmun Jos'}
  textStyle={Typography.largeTitle}
  style={{color:'black'}}

LIST OF TEXT STYLE

  • largeTitle
  • title1
  • title2
  • title3
  • headline
  • body
  • callout
  • subhead
  • footnote
  • caption1
  • caption2