-
-
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
error: switch rules are not supported in -source 11 #2551
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Hey @Hugo-Tek, |
I have the same problem. Did anyone manage to solve it? |
Hi @Hugo-Tek, @ngioldasis, |
Hello @jakex7 @Hugo-Tek @ngioldasis This solves the error -> |
Still getting this error in react 0.72.7. |
You need to update your project's java version. try using with java 17. ** This is only a workaround which I did just now , IDK what it will break in the project as of now. But its working for me in current scenario. |
I fixed it using |
yes i have same error |
Is this going to be fixed at some point? |
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: