@@ -18,20 +18,20 @@ export default function TabTwoScreen() {
1818 name = "chevron.left.forwardslash.chevron.right"
1919 style = { styles . headerImage }
2020 />
21- } >
21+ }
22+ >
2223 < ThemedView style = { styles . titleContainer } >
2324 < ThemedText type = "title" > Explore</ ThemedText >
2425 </ ThemedView >
2526 < ThemedText > This app includes example code to help you get started.</ ThemedText >
2627 < Collapsible title = "File-based routing" >
2728 < ThemedText >
28- This app has two screens:{ ' ' }
29- < ThemedText type = "defaultSemiBold" > app/(tabs)/index.tsx</ ThemedText > and{ ' ' }
29+ This app has two screens: < ThemedText type = "defaultSemiBold" > app/(tabs)/index.tsx</ ThemedText > and{ ' ' }
3030 < ThemedText type = "defaultSemiBold" > app/(tabs)/explore.tsx</ ThemedText >
3131 </ ThemedText >
3232 < ThemedText >
33- The layout file in < ThemedText type = "defaultSemiBold" > app/(tabs)/_layout.tsx</ ThemedText > { ' ' }
34- sets up the tab navigator.
33+ The layout file in < ThemedText type = "defaultSemiBold" > app/(tabs)/_layout.tsx</ ThemedText > sets up the tab
34+ navigator.
3535 </ ThemedText >
3636 < ExternalLink href = "https://docs.expo.dev/router/introduction" >
3737 < ThemedText type = "link" > Learn more</ ThemedText >
@@ -46,8 +46,7 @@ export default function TabTwoScreen() {
4646 < Collapsible title = "Images" >
4747 < ThemedText >
4848 For static images, you can use the < ThemedText type = "defaultSemiBold" > @2x</ ThemedText > and{ ' ' }
49- < ThemedText type = "defaultSemiBold" > @3x</ ThemedText > suffixes to provide files for
50- different screen densities
49+ < ThemedText type = "defaultSemiBold" > @3x</ ThemedText > suffixes to provide files for different screen densities
5150 </ ThemedText >
5251 < Image source = { require ( '@/assets/images/react-logo.png' ) } style = { { alignSelf : 'center' } } />
5352 < ExternalLink href = "https://reactnative.dev/docs/images" >
@@ -57,9 +56,7 @@ export default function TabTwoScreen() {
5756 < Collapsible title = "Custom fonts" >
5857 < ThemedText >
5958 Open < ThemedText type = "defaultSemiBold" > app/_layout.tsx</ ThemedText > to see how to load{ ' ' }
60- < ThemedText style = { { fontFamily : 'SpaceMono' } } >
61- custom fonts such as this one.
62- </ ThemedText >
59+ < ThemedText style = { { fontFamily : 'SpaceMono' } } > custom fonts such as this one.</ ThemedText >
6360 </ ThemedText >
6461 < ExternalLink href = "https://docs.expo.dev/versions/latest/sdk/font" >
6562 < ThemedText type = "link" > Learn more</ ThemedText >
@@ -68,8 +65,8 @@ export default function TabTwoScreen() {
6865 < Collapsible title = "Light and dark mode components" >
6966 < ThemedText >
7067 This template has light and dark mode support. The{ ' ' }
71- < ThemedText type = "defaultSemiBold" > useColorScheme()</ ThemedText > hook lets you inspect
72- what the user's current color scheme is, and so you can adjust UI colors accordingly.
68+ < ThemedText type = "defaultSemiBold" > useColorScheme()</ ThemedText > hook lets you inspect what the user's current
69+ color scheme is, and so you can adjust UI colors accordingly.
7370 </ ThemedText >
7471 < ExternalLink href = "https://docs.expo.dev/develop/user-interface/color-themes/" >
7572 < ThemedText type = "link" > Learn more</ ThemedText >
@@ -78,15 +75,15 @@ export default function TabTwoScreen() {
7875 < Collapsible title = "Animations" >
7976 < ThemedText >
8077 This template includes an example of an animated component. The{ ' ' }
81- < ThemedText type = "defaultSemiBold" > components/HelloWave.tsx</ ThemedText > component uses
82- the powerful < ThemedText type = "defaultSemiBold" > react-native-reanimated</ ThemedText > { ' ' }
83- library to create a waving hand animation.
78+ < ThemedText type = "defaultSemiBold" > components/HelloWave.tsx</ ThemedText > component uses the powerful { ' ' }
79+ < ThemedText type = "defaultSemiBold" > react-native-reanimated</ ThemedText > library to create a waving hand
80+ animation.
8481 </ ThemedText >
8582 { Platform . select ( {
8683 ios : (
8784 < ThemedText >
88- The < ThemedText type = "defaultSemiBold" > components/ParallaxScrollView.tsx</ ThemedText > { ' ' }
89- component provides a parallax effect for the header image.
85+ The < ThemedText type = "defaultSemiBold" > components/ParallaxScrollView.tsx</ ThemedText > component provides a
86+ parallax effect for the header image.
9087 </ ThemedText >
9188 ) ,
9289 } ) }
0 commit comments