Sebastian

Results 8 comments of Sebastian

Thanks @openforce-jp, your solution works fine :) But there should be an official fix anyways i think

@RachelYoung94 A workaround is to destroy the complete qr-stream when the camera is off` ` But thats indeed not a proper solution.

> Hello and thanks for asking, The reason you're seeing the empty notification presented is because the [notification handler](https://github.com/daankennes/data-only-notifications-repro/blob/98668a786aa915471d23f2dc130f09344e080416/app/(tabs)/index.tsx#L8) always presents the notification. > > Currently, the way to not...

If it helps someone, i did an (temporary fix) over just removing the notification after receiving of the data-only notifications by searching all presented notification by empty ones and just...

I've struggled with this for quite a while — the documentation around notifications is unclear, and after trying many different approaches, the only solution I found was to send data-only...

I tested a little bit with the new sdk 53 and got it working, the test file from @vonovak is a very good example how to implement it: https://github.com/expo/expo/blob/b229787edb83306d3fdb94764e7ff289194917cf/apps/notification-tester/src/registerTaskAsync.ts

At the moment the working configuration i found for that is the following: For background / killed execution i use the `registerTaskAsync `functionality, and because of that in foreground the...

hi @vonovak my thought about this is that me as user im the whole time a little bit confused to when use which hook on which platform, its indeed cool...