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,