onBackgroundEvent in react-native v0.76.3 !! #1167
Replies: 1 comment 1 reply
-
I've been doing almost nothing but looking into headlessJS in background events with react-native 0.76 in bridgeless and old architecture modes. It is all supposed to work. You may not be verifying it correctly. here's my reproducer on the newArch branch --> https://github.com/mikehardy/old-arch-android-receiver-boot-crash/tree/notifee-integration-issue47570-repro/ReproducerApp newArchEnabled on android: background handler for notifee set, you should see it's output: follow the instructions in the readme to see it work |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is notifee.onBackgroundEvent supported in React Native v0.76 with the bridgeless architecture?
I’m new to background tasks, so I’m unsure if the issue is that it’s not working at all or if I’m not verifying it correctly. For example, console.log doesn’t seem to work in the headless JS context.
Could someone clarify this for me?
Beta Was this translation helpful? Give feedback.
All reactions