react-native-typography
Pixel–perfect, native–looking typographic styles for React Native.
Why
Creating great Text Styles in React Native is not a simple task, it requires a lot of fiddling and handling edge cases.
This library provides a good set of defaults and helpers that cover the majority of the cases you'll need, make your code much simpler and :sparkles:bonus:sparkles: render great on iOS, Android and the web
Quick start
Add the dependency:
yarn add react-native-typography
Set a style in your component:
import { material } from 'react-native-typography'
<Text style={material.display1}>Hello Typography!</Text>