Skip to content

Commit

Permalink
change headerTruncatedBackTitle to headerBackTruncatedTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h committed Dec 30, 2024
1 parent 70e87c3 commit fc0ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack.res
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ type rec options = {
headerBackImage?: headerBackImageProps => React.element,
headerBackTitle?: string,
headerBackButtonDisplayMode?: headerBackButtonDisplayMode,
headerTruncatedBackTitle?: string,
headerBackTruncatedTitle?: string,
headerBackTitleStyle?: Style.t,
// Header props from https://reactnavigation.org/docs/elements#header
headerTitle?: Header.headerTitle,
Expand Down

0 comments on commit fc0ac66

Please sign in to comment.