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