Skip to content

Commit aa56cbe

Browse files
fix: enable navigation map on carplay (#315)
1 parent 2e1137e commit aa56cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/react-native-navigation-sdk/BaseCarSceneDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ - (void)templateApplicationScene:(CPTemplateApplicationScene *)templateApplicati
3030
self.mapTemplate.mapDelegate = self;
3131

3232
self.navViewController = [[NavViewController alloc] init];
33+
self.navViewController.isNavigationEnabled = YES;
3334
self.carWindow.rootViewController = self.navViewController;
3435
[self.interfaceController setRootTemplate:self.mapTemplate animated:YES completion:nil];
3536
[NavModule registerNavigationSessionReadyCallback:^{

0 commit comments

Comments
 (0)