mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 14:50:43 +00:00
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^15.1.0",
|
||||
"react-native": "^0.31.0",
|
||||
"react-native": "^0.32.0",
|
||||
"react-native-root-modal": "^1.0.4",
|
||||
"react-native-svg": "../"
|
||||
}
|
||||
|
||||
@@ -123,7 +123,6 @@ public class RNSVGSvgView extends ViewGroup {
|
||||
mEventDispatcher.dispatchEvent(
|
||||
TouchEvent.obtain(
|
||||
mTargetTag,
|
||||
SystemClock.nanoTime(),
|
||||
type,
|
||||
ev,
|
||||
ev.getX(),
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.1.5",
|
||||
"version": "4.2.0",
|
||||
"name": "react-native-svg",
|
||||
"description": "SVG library for react-native",
|
||||
"repository": {
|
||||
@@ -22,7 +22,7 @@
|
||||
"lint": "eslint ./"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-native": ">=0.29.0"
|
||||
"react-native": ">=0.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"color": "^0.11.1",
|
||||
|
||||
Reference in New Issue
Block a user