The messaging documentation explains how to inject isHeadless prop into the AppDelegate.m file. But as you know, new RN releases are using AppDelegate.swift files.
I recently upgraded my RN version to 0.79.5, but now I have no clue how to inject isHeadless into my swift file.
Could someone please update the documentation with a swift example?