Stanislav Dimitrov
Stanislav Dimitrov
Sure, I'm using: - Mac OS 11.4 (20F71) on an Intel-based macbook - java 11.0.10 2021-01-19 LTS, Java(TM) SE Runtime Environment 18.9 (build 11.0.10+8-LTS-162) - Android Studio 4.2.2 Build #AI-202.7660.26.42.7486908,...
To summarize the suggested improvements: - make sure errors are displayed on separate lines (no idea how easy this is) - suggest a way to run the checks from command...
I'm getting an inflation error when running UI tests on Android 5.0-5.1 emulators. It looks like it's because the WebView on the emulator is old (not sure if it can...
This started happening in our project when we updated: from AGP 4.2.2 + gradle 6.9 + java 8 to AGP 8.3.0 + gradle 8.4 + java 17 (build), java 11...
@vladkosinov No. If you don't see what the problem is, I suggest closing this issue. What happened: I realized that @react-native-firebase used the Fabric SDK at the time. My assumption...
Edit: this comment is not exactly true 🙂 I can't reproduce this anymore, the issue can be closed from my point of view.
@mikehardy does this look a bug, or am I doing something silly? Thanks for having a look in advance! P.S. I've reopened the issue and updated the info. It looks...
I also tried overriding the reactNativeAndroidDir but I didn't succeed. (and maybe that's just a symptom anyway, not core problem) The value I set here does not override the default...
I've solved my issue by setting a custom reactNativeAndroidDir. Still not completely sure why it behaved differently on CI (both Linux and Mac OS) than on my machine. Top-level build.gradle:...
@JakeWharton it would be nice to add a "Deprecated" message in the readme. Thanks for your work btw :)