From 2909bc486c2b43df73cc398860b0655ee378e3af Mon Sep 17 00:00:00 2001 From: Ross Martin Date: Wed, 21 Jul 2021 17:13:49 -0500 Subject: [PATCH] Add hideStatusView --- dist/typings.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/typings.d.ts b/dist/typings.d.ts index 36c5054c..311684b6 100644 --- a/dist/typings.d.ts +++ b/dist/typings.d.ts @@ -31,5 +31,6 @@ export interface IMapboxNavigationProps { onCancelNavigation?: () => void; onArrive?: () => void; showsEndOfRouteFeedback?: boolean; + hideStatusView?: boolean; } export {};