You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2021. It is now read-only.
With RN 0.44.0 the TouchEvent.obtain method signature has been changed to add a new argument, which causes compilation of the version of react-native-svg used. This has been fixed in the latest version (5.1.8).
This is easy to reproduce by generating a brand new RN project with react-native init, installing react-native-pathjs-charts and attempting to compile for Android.
A temporary but dirty workaround is to modify node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/RNSVGSvgView.java to add the following (TouchEvent.obtain is on line 125):