mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 12:03:27 +00:00
Fix peerDep
This commit is contained in:
@@ -85,6 +85,8 @@ class TextShadowNode extends GroupShadowNode {
|
||||
markUpdated();
|
||||
}
|
||||
|
||||
// TODO implement https://www.w3.org/TR/SVG2/text.html#TextLayoutAlgorithm
|
||||
|
||||
@Override
|
||||
public void draw(Canvas canvas, Paint paint, float opacity) {
|
||||
if (opacity > MIN_OPACITY_FOR_DRAW) {
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
"eslint": "^2.13.1",
|
||||
"eslint-plugin-react": "^4.3.0",
|
||||
"prop-types": "^15.5.10",
|
||||
"react": "^16.0.0-alpha.12",
|
||||
"react": "16.0.0-alpha.12",
|
||||
"react-native": ">=0.46.0"
|
||||
},
|
||||
"nativePackage": true
|
||||
|
||||
Reference in New Issue
Block a user