Measure text height without laying it out
yarn add @bigbee.dev/react-native-measure-text-size
npm install @bigbee.dev/react-native-measure-text-size
import { measureHeights } from "@bigbee.dev/react-native-measure-text-size";
// ...
const result = await measureHeights({
texts: ['Hello', 'World'],
width: 200,
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT