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 1981c61 commit 2909bc4Copy full SHA for 2909bc4
dist/typings.d.ts
@@ -31,5 +31,6 @@ export interface IMapboxNavigationProps {
31
onCancelNavigation?: () => void;
32
onArrive?: () => void;
33
showsEndOfRouteFeedback?: boolean;
34
+ hideStatusView?: boolean;
35
}
36
export {};
0 commit comments