Skip to content

Commit aa16df7

Browse files
committed
refactor(example): drop step 3 as we removed the reset project script
1 parent 16d939b commit aa16df7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apps/example/app/(tabs)/index.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ export default function HomeScreen() {
4545
Tap the Explore tab to learn more about what's included in this starter app.
4646
</ThemedText>
4747
</ThemedView>
48-
<ThemedView style={styles.stepContainer}>
49-
<ThemedText type="subtitle">Step 3: Get a fresh start</ThemedText>
50-
<ThemedText>
51-
When you're ready, run{' '}
52-
<ThemedText type="defaultSemiBold">npm run reset-project</ThemedText> to get a fresh{' '}
53-
<ThemedText type="defaultSemiBold">app</ThemedText> directory. This will move the current{' '}
54-
<ThemedText type="defaultSemiBold">app</ThemedText> to{' '}
55-
<ThemedText type="defaultSemiBold">app-example</ThemedText>.
56-
</ThemedText>
57-
</ThemedView>
5848
</ParallaxScrollView>
5949
);
6050
}

0 commit comments

Comments
 (0)