We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd96dce commit 3da6990Copy full SHA for 3da6990
1 file changed
apps/src/tests/TestRepro.tsx
@@ -61,6 +61,7 @@ function RootSheet() {
61
return (
62
<View style={{ flex: 1, backgroundColor: 'seagreen' }}>
63
<Text>RootSheet</Text>
64
+ <Button title="Open TabTwo" onPress={() => navigation.navigate('TabsHost', { screen: 'TabTwo' })} />
65
<Button title="Open TabThree" onPress={() => navigation.navigate('TabsHost', { screen: 'TabThree' })} />
66
</View>
67
);
0 commit comments