Skip to content

Commit

Permalink
fix Element HeaderButton
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Knittel <[email protected]>
  • Loading branch information
Freddy03h and cknitt authored Jan 18, 2025
1 parent 6278321 commit 4a07e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements.res
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module HeaderButton = {
}

@module("@react-navigation/elements")
external make: React.component<props> = "HeaderTitle"
external make: React.component<props> = "HeaderButton"
}

module HeaderBackButton = {
Expand Down

0 comments on commit 4a07e1c

Please sign in to comment.