Oyvind Habberstad

Results 21 comments of Oyvind Habberstad

Hi I'm suddely also experiencing this. It has been working fine before. I have just upgraded to RN 0.69 and I'm also using iOS16 testing my app, not knowing if...

@scottmas, thanks for reporting this, your post lead me to checking out the display settings. I'm having the same issue on my Motorola Edge 30, when setting the display to...

Hi, I'm experiencing the same issue. I'm using 0.72.0-RC.5. It works fine with 0.0.24, but using 0.0.27 the app crashes when calling RNRestart.Restart() with the following exception: ``` --------- beginning...

Hi I removed this warning with the following patch file: https://github.com/aksonov/react-native-router-flux/issues/3748#issuecomment-848615780

@TwistedMinda, we have seen a sudden increase of this error the last few days, starting to pick up on the 11th of October. Could it be that Samsung is rolling...

@TwistedMinda, thanks for your quick response. We are starting to get customer complaints regarding this, so we'll try to investigate further. If we find workaround I'll let you know.

I'm seeing this issue on Samsung devices from our logs in production. I do not have any Samsung devices, but I have a Google Pixel 6a myself, unfortunately I'm unable...

BTW, I thought of using the workaround that @taschik suggested, but according to this https://github.com/oblador/react-native-keychain/issues/314#issuecomment-705581503, STORAGE_TYPE.FB is just an "obfuscation". That might be good enough in some cases, I was...

I have made these changes in Store.js and I no longer get an warning, and my override of cardStyle started to work again. This is the patch-file (also include a...

@JMRMEDEV, I have used the patch-package, I think the readme is quite good, https://github.com/ds300/patch-package#readme. But if you have problems using the patch, please reach out again, and I'll try to...