0.2.1 • Published 1 year ago

@bigbee.dev/expo-measure-text v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@bigbee.dev/expo-measure-text

Measure text height without laying it out

Installation

yarn add @bigbee.dev/expo-measure-text
npm install @bigbee.dev/expo-measure-text

Usage

import { measureHeights } from "@bigbee.dev/expo-measure-text";

// ...

const result = measureHeights({
  texts: ['Hello', 'World'],
  width: 200,
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago