-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v13.3.0 incompatible with react-native <0.68.0 #1890
Comments
Oh, I didn't know it's such a new method 😅 I will then revert it to the old implementation and release 13.4.0 soon 🎉 Or do you want to contribute with such a PR? |
Ah yeah I would love to. 😄 |
DrOverbuild
added a commit
to DrOverbuild/react-native-svg
that referenced
this issue
Oct 7, 2022
4 tasks
WoLewicki
pushed a commit
that referenced
this issue
Oct 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
Android build fails due to an unknown symbol:
The problem is SvgViewManager.java references
com.facebook.react.uimanager.PointerEvents.parsePointerEvents
, which, looking at the tags for the commit in which the method was introduced, is only available in React Native v0.68.0 and later.We are currently on the latest version of react-native 0.67, and we will just revert to react-native-svg v13.2.0 until we can upgrade our project to the latest react-native. But I thought I'd let the maintainers know.
The text was updated successfully, but these errors were encountered: