Skip to content

Commit 4a07e1c

Browse files
Freddy03hcknitt
andauthored
fix Element HeaderButton
Co-authored-by: Christoph Knittel <[email protected]>
1 parent 6278321 commit 4a07e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elements.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module HeaderButton = {
123123
}
124124

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

129129
module HeaderBackButton = {

0 commit comments

Comments
 (0)