Sergey Haikov

Results 9 comments of Sergey Haikov

Just noting here that I'm facing the same issue with Expo 0.46 (with hermes enabled) and Realm `11.0.0-rc.1`. Everything works flawlessly in debug mode, but as soon as the app...

Hey @leosena777! Thanks for interesting in the project. This app is depricated now. We have a completely new qr code reader app here: https://github.com/insiderdev/qrcode You can check opened issues in...

Faced the same issue. Also, on iOS (on iPhoneX in particular), part of the button stops respond to toches. Can confirm that the current PR fixes the issue, so please...

Hi @manisuec! Thank you for this work, it's amazing. I'm going to hold this PR for a little bit, before adding some documentation. As soon as I add some docs,...

> hi there! is this in expo go? For me it's happening in the custom dev client as well and only on Android.

As another datapoint: I'm facing the same issue when building the new version of native app, but everything is fine if I do expo update and then upload source maps...

Faced the same issue after upgrading to the latest version. In my case the culprit was having `presentation: 'formSheet',` on the nested stack when navigating inside it, so maybe it'll...

Thank you! That works. However I noticed that `event` type got lost now and it's typed as `any` in the example like this: ```ts export default definePlugin((nitroApp) => { nitroApp.hooks.hook('request',...

Experiencing the same issue and it's a major blocker. Surprisingly, it works with `bun install` (if executed in the "Full" network mode), but not with yarn or npm, probably since...