What is it?
A React Native component for Android and iOS that provides multiple strategies for automatically resizing text to fit perfectly within specified dimensions or parent containers. This project is a direct port of Flutter's auto_size_text package to the React Native ecosystem.
Tech Stack
- React Native
- TypeScript
- Jest
- GitHub Actions for CI/CD
The Backstory
I really liked using Flutter's auto_size_text package and noticed there wasn't an equivalent solution in React Native. So I decided to create a port of it.