@zhongdeng/react-native-measure-text
v0.2.1
Published
measure text size
Downloads
4
Readme
react-native-measure-text
measure text size
Installation
npm install react-native-measure-text
Usage
import MeasureText from 'react-native-measure-text';
const style = {};
const props = {};
const { width, height } = await MeasureText.measureSingleText(
'text',
300,
style,
props
);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library