React Native Text
React Native Text scales the font size based on a device width.
This is the comparison of two screens (iPhone 4s and iPhone 6s Plus), with applied style:
With react-native-text
Without (using <Text />
from React Native Core)
Get Started
npm install --save react-native-text
- Example usage: