Skip to content

Commit 553a995

Browse files
nit: consistency
1 parent 259c4e3 commit 553a995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-7.x/screen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ Initial params to use for the screen. If a screen is used as `initialRouteName`,
180180
```js
181181
const Stack = createNativeStackNavigator({
182182
screens: {
183-
Profile: {
184-
screen: ProfileScreen,
183+
Details: {
184+
screen: DetailsScreen,
185185
initialParams: { itemId: 42 },
186186
},
187187
},

0 commit comments

Comments
 (0)