Shep
Shep
https://github.com/Kureev/react-native-blur/issues/384#issuecomment-950824345 this produces ` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkStagingDebugAarMetadata'. > Could not resolve all files for configuration ':app:stagingDebugRuntimeClasspath'. > Could...
We're getting this as well, still no valid fixes from anyone?
> try a rm-rf node_modules && yarn install Didnt fix anything
Has anyone figured out how to get past the aws-exports and google-services.json needing to be gitignored? adding the following to .easignore did not fix the eas:build issues for us !aws-exports.js...
Same problem, adding a timeout does not help
Has this fix also been added to the react-native-firebase 19.0.1 release? I was seeing this issue as well after the upgrade to 17.4 and want to release a fix as...
just upgraded and it did fix the issue^
This is happening for me as well - dev and prod - unsure of what the conditions are, but it typically seems to hang most if called relatively quickly after...
@cparki3 solution might help, however, my team has some conflicts with using that pacakge, and it sent us down a rabbit hole of problems that caused more pain than the...
I also see this on 73.4 Could not find com.facebook.react:react-android:0.73.4. with android/build.gradle dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin" classpath('com.android.tools.build:gradle:8.2.2') classpath 'com.google.gms:google-services:4.3.14' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2' classpath("com.facebook.react:react-native-gradle-plugin") } and android/app/build.gradle dependencies { ... implementation fileTree(dir:...