Steven Conaway
Steven Conaway
And now with v67 out, this mismatch is still going on.
I'd suggest downloading and then mounting the guest tools as another CD drive. The latest version seems to be [0.164.4](https://github.com/utmapp/qemu/releases/download/v7.0.0-utm/spice-guest-tools-0.164.4.iso). Not sure if windows includes drivers for qemu's nvme drive....
Are you running this on Android or on linux? Side note: you may want to upgrade your installation of `@react-native-community/cli`, as seen [here](https://github.com/react-native-community/cli#updating-the-cli).
Are there other any details of the crash logs? Try upgrading the `cli`
No problem. I'm a bit better with the iOS side of things but still tried to help.
@RodolfoGS Just a shot in the dark, but what is your Android SDK setup? Meaning, what is the output of `react-native info` in your project? What SDK tools are specified...
@RodolfoGS What is your `android/build.gradle` (this matters since it says how you're building the app)?
Yep, that's what I meant. I don't see anything that sticks out to me there, so sorry.
FWIW, you can upgrade these: 1. `'com.google.gms:google-services:4.3.3'` --> `'com.google.gms:google-services:4.3.4'` 2. `"com.android.tools.build:gradle:3.5.3"` --> `'com.android.tools.build:gradle:4.2.0-alpha15'` [NOTE: this one may require you to bump your gradle version in `android/gradle/gradlew.properties` to 6.7 — follow...
I'm having this issue too (on macOS). The `overscroll-behavior: none` CSS property on `html, body` seems to be causing this issue. However, I can't reproduce it on a fresh install.