react-native-svg-demo
react-native-svg-demo copied to clipboard
react-native的svg演示
react-native-svg-demo/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/SvgView.java:50: 错误: 找不到符号 private long mGestureStartTime = TouchEvent.UNSET; ^ 符号: 变量 UNSET 位置: 类 TouchEvent /Users/caowu15/github/react-native-svg-demo/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/SvgView.java:124: 错误: 无法将类 TouchEvent中的方法 obtain应用到给定类型; TouchEvent.obtain( ^ 需要: int,TouchEventType,MotionEvent,float,float,TouchEventCoalescingKeyHelper 找到: int,TouchEventType,MotionEvent,long,float,float,TouchEventCoalescingKeyHelper 原因: 实际参数列表和形式参数列表长度不同 /Users/caowu15/github/react-native-svg-demo/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/SvgView.java:161: 错误:...