Skip to content

Commit 2716ae1

Browse files
committed
chore: remove getId from native stack to avoid rearrange bug
1 parent 64dc75c commit 2716ae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/src/Screens/NativeStack.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ export function NativeStack() {
204204
headerLargeTitleShadowVisible: false,
205205
})}
206206
initialParams={{ author: 'Gandalf' }}
207-
getId={({ params }) => params?.author}
208207
/>
209208
<Stack.Screen
210209
name="NewsFeed"

0 commit comments

Comments
 (0)