We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8cb2a commit 4f37f7aCopy full SHA for 4f37f7a
CHANGELOG.md
@@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4
5
## [Unreleased]
6
7
-## [2.0.0-beta.5] - 2018-08-21
+## [2.0.0-beta.6] - 2018-08-21
8
9
### Added
10
- New function `flatHeights` to calculate the height of multiple strings at once, much faster than` measure`.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-text-size",
3
- "version": "2.0.0-beta.5",
+ "version": "2.0.0-beta.6",
"description": "Measure text accurately before laying it out and get font information from your App",
"main": "index.js",
"keywords": [
0 commit comments