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