Skip to content

Commit 86f7edf

Browse files
committed
Improve reproduction
1 parent 0a45408 commit 86f7edf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/src/tests/TestRepro.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function RootSheet() {
6161
return (
6262
<View style={{ flex: 1, backgroundColor: 'seagreen' }}>
6363
<Text>RootSheet</Text>
64+
<Button title="Open TabTwo" onPress={() => navigation.navigate('TabsHost', { screen: 'TabTwo' })} />
6465
<Button title="Open TabThree" onPress={() => navigation.navigate('TabsHost', { screen: 'TabThree' })} />
6566
</View>
6667
);

0 commit comments

Comments
 (0)