am getting new error in the file SvgView.java can not find symbol TouchEvent.UNSET. In this file it also shows compile time error at TouchEvent.obtain(
mTargetTag,
type,
ev,
mGestureStartTime,
ev.getX(),
ev.getY(),
mTouchEventCoalescingKeyHelper));
Anyone can guide on this issue.
I ran into the same issue and fixed it (temporarily) by changing my react-native-svg version from ^5.1.7 to 5.1.7. The issue appears to be related to this commit.
5.1.8 only support react-native>=0.44.0
@magicismight semver much?
Most helpful comment
I ran into the same issue and fixed it (temporarily) by changing my react-native-svg version from
^5.1.7to5.1.7. The issue appears to be related to this commit.