Ertugrul DOGAN
Ertugrul DOGAN
 Setting Open JDK 17 Install https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html
Android API = "34.0.0" "react-native-navigation": "7.37.1" "react-native": "0.73.0" Task :react-native-navigation:compileReactNative71DebugKotlin **FAILED** > 'compileReactNative71DebugJavaWithJavac' task (current target is 17) and 'compileReactNative71DebugKotlin' task (current target is 1.8) jvm target compatibility should be...
React Native 0.72.x JAVA 17 Working. React Native 0.73.x JAVA 17 Not Working, Since React Native 0.73.x is a new version, there may be problems with its own library. We...
If you set the configuration this way, it will not give an error. React Native 0.74.2 React Native Navigation: : 0.74.0 Gradle 8.6 Java 17 openjdk 17  node_modules\react-native-navigation\lib\android\app\src\main\java\com\reactnativenavigation\utils\ReactTypefaceUtils.java if...
Whether you have jdk 1.8 and 11 installed on your computer, you do not need to make any changes below. compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { if...
**Workaround** RN: 0.74.2 RNN: 7.40.0 node_modules\react-native-navigation\lib\android\app\src\main\java\com\reactnativenavigation\utils\ReactTypefaceUtils.java if ((weight == Typeface.BOLD) || ((oldStyle & Typeface.BOLD) != 0 && weight == ReactTextShadowNode.UNSET)) { replace if ((weight == Typeface.BOLD) || ((oldStyle & Typeface.BOLD)...
> +1 I changed to `#import ` then another error of JSRuntimeFactory.h appeared. > > I have the same error. Is there a solution?
React-Native 0.80.x and 0.81.x The JsRuntimeFactory.h file not found error still exists.
We are waiting... i couldn't wait any longer :)
react-native: 0.75.3 react-native-navigation: 7.40.1 java: 17 node: 22.5.1 gradle: 8.8 buildToolsVersion = "35.0.0" minSdkVersion = 24 compileSdkVersion = 35 targetSdkVersion = 35 ndkVersion = "27.0.12077973" kotlinVersion = "2.0.20" android\gradle.properties newArchEnabled=false...