0.1.0 • Published 2 years ago

@domir/react-native-measure-text-next v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-measure-text-next

Measure text size e.g. for animations

Installation

npm install @domir/react-native-measure-text-next

Usage

import { measureWidth } from '@domir/react-native-measure-text-next';

// ...

const result = measureWidth({
  text: 'Test',
  fontSize: 16,
});

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