react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

Execution failed for task ':react-native-navigation:compileReactNative68ReleaseKotlin'

Open karol-oman opened this issue 2 years ago • 2 comments

🐛 Bug Report

To Reproduce

Expected behavior

Expected to build an apk for android.

(Write what you thought would happen.)

Got the following error: Execution failed for task ':react-native-navigation:compileReactNative68ReleaseKotlin'

(Write what happened. Add screenshots, if applicable.)

Your Environment

  • React Native Navigation version: 7.27.1
  • React Native version: 0.68.1
  • Platform(s) (iOS, Android, or both?): On a macbook, buildning for android

karol-oman avatar Apr 27 '22 08:04 karol-oman

Any updates there?

AlexSirenko avatar May 17 '22 13:05 AlexSirenko

works for me when i remove reactNative68 { dimension "RNN.reactNativeVersion" buildConfigField("int", "REACT_NATVE_VERSION_MINOR", "68") } in node_modules/react-native-navigation/lib/android/app/build.gradle

Ahmad0811 avatar May 20 '22 14:05 Ahmad0811