Skip to content

Commit 4a0cf90

Browse files
fix typo
1 parent b219246 commit 4a0cf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const RootStack = createNativeStackNavigator({
5454
screen: HomeScreen,
5555
options: {
5656
headerLeft: (props) => (
57-
<MyButtom {...props} onPress={() => {
57+
<MyButton {...props} onPress={() => {
5858
// Do something
5959
}}>
6060
)

0 commit comments

Comments
 (0)