Skip to content

Commit

Permalink
In hios headerback title is always visible so made it so it is not, i…
Browse files Browse the repository at this point in the history
…t looks nicer this way
  • Loading branch information
dannytang committed Oct 31, 2024
1 parent f5b022e commit bdfafb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions screens/companies/CompaniesNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function CompaniesNavigator() {
return (
<CompanyStack.Navigator
screenOptions={{
headerBackTitleVisible: false,
...TransitionPresets.SlideFromRightIOS,
animationEnabled: true,
gestureEnabled: true,
Expand All @@ -33,6 +34,7 @@ export function CompaniesNavigator() {
name="CompaniesScreen"
component={CompaniesScreen}
options={{
headerBackTitleVisible: false,
...HeaderStyles,
headerTitleStyle: {
width: "100%",
Expand All @@ -47,6 +49,7 @@ export function CompaniesNavigator() {
component={CompanyDetailsScreen}
options={{
title: "",
headerBackTitleVisible: false,
headerTransparent: true,
...HeaderStyles,
headerStyle: {
Expand Down

0 comments on commit bdfafb6

Please sign in to comment.