iOS Scenes (Enabling CarPlay)
Kory Sericati
In order to incorporate CarPlay (e.g. react-native-carplay), an app needs to leverage scenes.
There is one example floating around where a custom plugin was used to modify the AppDelegate and add in a custom SceneDelegate, but the most recent successful report of this seems to be built on Expo <50 and RN <0.75. We're currently trying to build a plugin for CarPlay support in Expo 52 and RN 0.76 but I'm worried that this process is brittle and will just break again the next time we upgrade our Expo version.
If switching to scenes is too big of a lift for Expo core, it would be great to have some official documentation explaining the migration process for devs to work through.