SeungRyeol Lee

Results 8 comments of SeungRyeol Lee

source code here. https://github.com/toy0605/FontTestApp

and this is real device(not emulator) screenshot. ![Screenshot_20200627-160220_FontTestApp](https://user-images.githubusercontent.com/19731220/85917343-4f1a0f80-b894-11ea-9327-bae53524825d.jpg) 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 > > ![Screenshot_1594021191](https://user-images.githubusercontent.com/24992535/86568212-d2aabf00-bf6c-11ea-84b1-f1a4e5374d03.png) 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...