react-native-measure-text
Version:
Measure text height without laying it out.
29 lines (28 loc) • 701 B
JSON
{
"name": "react-native-measure-text",
"version": "1.0.0-alpha.2",
"description": "Measure text height without laying it out.",
"main": "index.js",
"keywords": [
"react-native",
"measure",
"text",
"height",
"precompute",
"block",
"multiline"
],
"repository": {
"type": "git",
"url": "git+https://github.com/airamrguez/react-native-measure-text.git"
},
"bugs": {
"url": "https://github.com/airamrguez/react-native-measure-text/issues"
},
"homepage": "https://github.com/airamrguez/react-native-measure-text#readme",
"author": "Airam Rguez",
"license": "BSD 2-clause License",
"peerDependencies": {
"react-native": "^0.41.2"
}
}