From a9869cd2ebd1fedb10162ba2ce89b3f8a0a0f92d Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 13 Aug 2023 17:32:53 +0000 Subject: [PATCH] removed navigation header border --- App.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/App.js b/App.js index 0cbb3b8..772f0d2 100644 --- a/App.js +++ b/App.js @@ -114,17 +114,14 @@ export function MyApp() { colors: { ...DefaultTheme.colors, background: appContext.appTheme.backgroundColor, + border: "transparent", }, }; return ( - + ), headerTintColor: headerTintColor, + headerTitleAlign: "center", headerStyle: { backgroundColor: headerBackgroundColor, height: IsPlatformIos() ? 76 : 56,