Skip to content

Commit 7fcb45d

Browse files
[autofix.ci] apply automated fixes
1 parent 2dd197a commit 7fcb45d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

versioned_docs/version-8.x/navigation-object.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,11 @@ function HomeScreen() {
14941494
}}
14951495
>
14961496
<Text>This is the home screen of the app</Text>
1497-
<Button onPress={() => navigation.navigate('Profile', { title: "Brent's profile" })}>
1497+
<Button
1498+
onPress={() =>
1499+
navigation.navigate('Profile', { title: "Brent's profile" })
1500+
}
1501+
>
14981502
Go to Profile
14991503
</Button>
15001504
</View>

0 commit comments

Comments
 (0)