Fix peerDep

This commit is contained in:
Mikael Sand
2017-07-24 03:04:55 +03:00
parent a14f2d0ca0
commit 30ef288ded
2 changed files with 3 additions and 1 deletions
@@ -85,6 +85,8 @@ class TextShadowNode extends GroupShadowNode {
markUpdated(); markUpdated();
} }
// TODO implement https://www.w3.org/TR/SVG2/text.html#TextLayoutAlgorithm
@Override @Override
public void draw(Canvas canvas, Paint paint, float opacity) { public void draw(Canvas canvas, Paint paint, float opacity) {
if (opacity > MIN_OPACITY_FOR_DRAW) { if (opacity > MIN_OPACITY_FOR_DRAW) {
+1 -1
View File
@@ -35,7 +35,7 @@
"eslint": "^2.13.1", "eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0", "eslint-plugin-react": "^4.3.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.0.0-alpha.12", "react": "16.0.0-alpha.12",
"react-native": ">=0.46.0" "react-native": ">=0.46.0"
}, },
"nativePackage": true "nativePackage": true