React-native-svg: SvgView.java can not find symbol UNSET

Created on 2 May 2017  路  3Comments  路  Source: react-native-svg/react-native-svg

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.

Most helpful comment

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.

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

udfalkso picture udfalkso  路  3Comments

SyedShahbazHussain picture SyedShahbazHussain  路  3Comments

alexandergunnarson picture alexandergunnarson  路  4Comments

a-c-sreedhar-reddy picture a-c-sreedhar-reddy  路  3Comments

dquilter picture dquilter  路  3Comments