Skip to content

Commit

Permalink
Do not show back button header title on Android (which is the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwacker committed Oct 29, 2021
1 parent 87ce153 commit fa8f477
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/navigators/main-navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,7 @@ export function MainNavigator() {
component={TabNavigator}
options={({ route }) => ({ headerShown: false, headerTitle: getHeaderTitle(route) })}
/>
<Stack.Screen
name="player"
component={PlayerScreen}
options={{ title: "Player", headerBackTitleVisible: true }}
/>
<Stack.Screen name="player" component={PlayerScreen} options={{ title: "Player" }} />
<Stack.Screen
name="selectPoses"
component={SelectPosesScreen}
Expand Down

0 comments on commit fa8f477

Please sign in to comment.