Skip to content

Commit 4d7321b

Browse files
committed
fix: preserve example app navigation targets
1 parent 0ebd943 commit 4d7321b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/test-app/src/screens/HomeScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export function HomeScreen(props: HomeScreenProps) {
5050
testID="home-title"
5151
/>
5252

53-
<GestureLab />
54-
5553
{props.noticeVisible ? (
5654
<SectionCard
5755
subtitle="Dismiss this to exercise nearby mutations and compact diff verification."
@@ -103,6 +101,8 @@ export function HomeScreen(props: HomeScreenProps) {
103101
</View>
104102
</SectionCard>
105103

104+
<GestureLab />
105+
106106
<SectionCard
107107
subtitle="Good for wait, get, and state assertions."
108108
title="Live status"

0 commit comments

Comments
 (0)