Is there something I should consider when migrating a headless task to the new arch? #250
-
I'm currently working on migrating our app to use the new arch by updating RN from 0.74.x -> 0.76.2. We developed a native module that I'm trying to migrate to a turbo module. This module relies heavily on system events to signal to the RN side both when the app is in the foreground (via event emitters) and background (via headless). I've already migrated a bunch of other (simpler) native modules into turbo and everything has been quite simple, but I can't find any documentation related to the migration of headless tasks. Can someone help? 🙏🏽 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
[UPDATE] |
Beta Was this translation helpful? Give feedback.
[UPDATE]
Found this 👀 . I'm following the steps as if I was creating a new turbo module and so far so good