Hello everyone! We have a react native app which supports CarPlay on iOS. We implemented CarPlay using 'scenes' because we need the 'PointOfInterest' template.
After iOS 15 we have a bug on launch and when the last launch happens about 30 min ago.
The app skips the SplashScreen and after that everything are rendered wrong in terms of positioning.
When that happens it seems like the app tries to open from the background even if it wan closed from the last launch.
We know that the bug is related to CarPlay because without it we haven't that bug but it's related to iOS 15 too because we haven't it before.
Any help is welcome!! :)