Skip to content
Prev Previous commit
Next Next commit
fix Element HeaderButton
Co-authored-by: Christoph Knittel <ck@cca.io>
  • Loading branch information
Freddy03h and cknitt authored Jan 18, 2025
commit 4a07e1c8a029918e6275163f381112cc6fb64670
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
Loading