Skip to content

Commit eacd45e

Browse files
authored
correcting template text on the welcome screen (#214)
Co-authored-by: Manuel werder <[email protected]>
1 parent d66ebbf commit eacd45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const App = () => {
7474
backgroundColor: isDarkMode ? Colors.black : Colors.white,
7575
}}>
7676
<Section title="Step One">
77-
Edit <Text style={styles.highlight}>App.js</Text> to change this
77+
Edit <Text style={styles.highlight}>App.tsx</Text> to change this
7878
screen and then come back to see your edits.
7979
</Section>
8080
<Section title="See Your Changes">

0 commit comments

Comments
 (0)