We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1137e commit aa56cbeCopy full SHA for aa56cbe
ios/react-native-navigation-sdk/BaseCarSceneDelegate.m
@@ -30,6 +30,7 @@ - (void)templateApplicationScene:(CPTemplateApplicationScene *)templateApplicati
30
self.mapTemplate.mapDelegate = self;
31
32
self.navViewController = [[NavViewController alloc] init];
33
+ self.navViewController.isNavigationEnabled = YES;
34
self.carWindow.rootViewController = self.navViewController;
35
[self.interfaceController setRootTemplate:self.mapTemplate animated:YES completion:nil];
36
[NavModule registerNavigationSessionReadyCallback:^{
0 commit comments