SeungRyeol Lee
SeungRyeol Lee
source code here. https://github.com/toy0605/FontTestApp
and this is real device(not emulator) screenshot.  it's galaxy s9+ (android 10)
> you saying that this bug reproduces only on galaxy s9+ (android 10) ? > Does not reproduce on emulator api 28 > >  No. It doesn't reproduce only...
This is my temporarily patch. ``` diff --git a/node_modules/@apollo/client/react/data/QueryData.js b/node_modules/@apollo/client/react/data/QueryData.js index 9f306fd..8f7c3d2 100644 --- a/node_modules/@apollo/client/react/data/QueryData.js +++ b/node_modules/@apollo/client/react/data/QueryData.js @@ -70,7 +70,12 @@ var QueryData = (function (_super) { return result; };...
~I found workaround I guess.~ ~I've tested by physical device.~ ~If you're using `require()`, It doesn't work.~ ~It works only dev mode.~ ~If app is deployed for release mode, attachment...
> I found workaround I guess. > > I've tested by physical device. > > > > If you're using `require()`, It doesn't work. > > It works only dev...
I'm experiencing the same issue. It only occurs in release mode. However, I'm developing a commercial app, so it's difficult for me to share logs or source code. I'm sorry....
I found a way to reproduce this issue easily. It occurs only on 32-bit(armeabi-v7a) app. However, the Android emulator(ARM64 Image) doesn't support testing 32-bit(armeabi-v7a) apps, so you'll need any physical...