mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 17:30:58 +00:00
Fix peerDep
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user