slambyslam

Results 2 comments of slambyslam

Unfortunately, I don't have any build logs. I use debian 11 for the build, NodeJS v14, Python v3.10, and I added in the /android/build.gradle file kotlinVersion = "1.6.0". Tested on...

I compiled on another system via latest version Android Studio. But I also changed android/buld.gradle file ``` def REACT_NATIVE_VERSION = new File(['node', '--print',"JSON.parse(require('fs').readFileSync(require.resolve('react-native/package.json'), 'utf-8')).version"].execute(null, rootDir).text.trim())` allprojects { configurations.all { resolutionStrategy...