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
> Task :react-native-svg:compileDebugJavaWithJavac FAILED
/Users/usr/Documents/Projects/prj/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/FeBlendView.java:74: error: switch rules are not supported in -source 11
case NORMAL -> {
^
(use -source 14 or higher to enable switch rules)
/Users/usr/Documents/Projects/prj/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/FeCompositeView.java:71: error: switch rules are not supported in -source 11
case OVER -> {
^
(use -source 14 or higher to enable switch rules)
Snack or a link to a repository
don't have
SVG version
15.9.0
React Native version
0.72.3
Platforms
Android
JavaScript runtime
None
Workflow
React Native
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered:
Description
Hi, I have a problem that I don't understand how to solve, can you help me?
I upgraded my react-native-svg version from ‘^15.4.0’ to ‘15.9.0’.
yet my FeBlendView.java file is different than the one in the repo (on Github) :
Steps to reproduce
When I tried to build, this error appear :
Snack or a link to a repository
don't have
SVG version
15.9.0
React Native version
0.72.3
Platforms
Android
JavaScript runtime
None
Workflow
React Native
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: