Skip to content

Commit 1719809

Browse files
fix: header component name example
1 parent 84e1218 commit 1719809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function StackScreen() {
4343
/>
4444
<Stack.Screen
4545
name="Profile"
46-
component={HomeScreen}
46+
component={ProfileScreen}
4747
options={({ route }) => ({ title: route.params.name })}
4848
/>
4949
</Stack.Navigator>

0 commit comments

Comments
 (0)