react-native-wrap-balancer
v0.2.0
Published
A Simple React Native Component Making Titles More Readable
Readme
React Native Wrap Balancer
- A Simple React Native Component Making Titles More Readable
Introduction
Inspired by react-wrap-balancer, react-native-wrap-balancer is a simple React Native Component that makes your titles more readable in different viewport sizes. It improves the wrapping to avoid situations like a single word in the last line, making the content more “balanced”.

Usage
import { BareBalancerContainer } from 'react-native-wrap-balancer';
<BareBalancerContainer>some not balanced text</BareBalancerContainer>About
This project was inspired by Vercel's react-wrap-balancer
Created by Callum Hemsley and Mo Javad in 2023, released under the MIT license.
Finished by Oleksandr Honcharuk(write me) in 2024.
