-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Unknown Kotlin JVM target: 20 #1953
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? |
Hi @renishdeveloper, thanks for submitting this issue! Unfortunately, this issue is not reproducible for me. I've created new project via Cheers! |
Hi @tboba i am facing this issue in 2 application when i install react-native-screens
|
I struck this today after doing something completely unrelated to The thing that fixed it for me was commenting out After that, for Its' wierd that this suddenly came up, as I've had that OpenJDK version installed/used for a while and it was building fine as recently as yesterday. |
Hi @mrtomhoward ,
This is issue with latest java version. |
RN uses Java 11 on versions before 73 (or 72, I do not recall exactly), and 17 for later versions. We do not test for compatibility with Java 20. |
^ |
Description
I'm using the package with react native project having react native version 0.72.6, I"m getting the error that is there in the below screenshot.
Steps to reproduce
Snack or a link to a repository
not possible to share the repo
Screens version
3.27.0
React Native version
0.72.6
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Android emulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: