Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Java version does React Native work with?

I get an error * What went wrong: Could not determine java version from '10.0.1'.

I want to downgrade to an older version of Java rather than upgrade Gradle. I want to know what is the newest version that React Native works with?

like image 502
jeancode Avatar asked Nov 26 '22 20:11

jeancode


1 Answers

java 8, other versions below java10 should work as well

like image 71
rikongha Avatar answered Dec 15 '22 06:12

rikongha