Is there an existing issue for this?
Description of the bug
The CarPlay example works on the iOS 18 simulator, but on iOS 26.4.1 and above the CarPlay crashes immediately when the CarPlay scene launches. However the app process does not crash. Apple’s CarPlayTemplateUIHost crashes with doesNotRecognizeSelector in CPSMapTemplateViewController _updateShareButtonVisibility / _configureNavigationBarShareButton.
I reduced the setup to a bare minimum CPMapTemplate() with no Google map content, and it still crashes, which suggests an Apple CarPlay Simulator regression rather than an issue in the React Native integration.
Needs further investigation.
React Native version
0.83.1
React version
19.2.0
Package version
0.16.1
Native SDK versions
React Native Doctor Output
Steps to reproduce
Use CarPlay example project in iOS >= 26.4
Expected vs Actual Behavior
Should work and not crash
Code Sample
Additional Context
No response
Is there an existing issue for this?
Description of the bug
The CarPlay example works on the iOS 18 simulator, but on iOS 26.4.1 and above the CarPlay crashes immediately when the CarPlay scene launches. However the app process does not crash. Apple’s CarPlayTemplateUIHost crashes with doesNotRecognizeSelector in CPSMapTemplateViewController _updateShareButtonVisibility / _configureNavigationBarShareButton.
I reduced the setup to a bare minimum CPMapTemplate() with no Google map content, and it still crashes, which suggests an Apple CarPlay Simulator regression rather than an issue in the React Native integration.
Needs further investigation.
React Native version
0.83.1
React version
19.2.0
Package version
0.16.1
Native SDK versions
React Native Doctor Output
Steps to reproduce
Use CarPlay example project in iOS >= 26.4
Expected vs Actual Behavior
Should work and not crash
Code Sample
// Example code hereAdditional Context
No response