expo-template-default 53.0.13 → 53.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,7 @@ export default function TabTwoScreen() {
70
70
  <ThemedText>
71
71
  This template has light and dark mode support. The{' '}
72
72
  <ThemedText type="defaultSemiBold">useColorScheme()</ThemedText> hook lets you inspect
73
- what the user's current color scheme is, and so you can adjust UI colors accordingly.
73
+ what the user&apos;s current color scheme is, and so you can adjust UI colors accordingly.
74
74
  </ThemedText>
75
75
  <ExternalLink href="https://docs.expo.dev/develop/user-interface/color-themes/">
76
76
  <ThemedText type="link">Learn more</ThemedText>
@@ -9,7 +9,7 @@ export default function NotFoundScreen() {
9
9
  <>
10
10
  <Stack.Screen options={{ title: 'Oops!' }} />
11
11
  <ThemedView style={styles.container}>
12
- <ThemedText type="title">This screen doesn't exist.</ThemedText>
12
+ <ThemedText type="title">This screen does not exist.</ThemedText>
13
13
  <Link href="/" style={styles.link}>
14
14
  <ThemedText type="link">Go to home screen!</ThemedText>
15
15
  </Link>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "expo-template-default",
3
3
  "license": "0BSD",
4
4
  "main": "expo-router/entry",
5
- "version": "53.0.13",
5
+ "version": "53.0.15",
6
6
  "scripts": {
7
7
  "start": "expo start",
8
8
  "reset-project": "node ./scripts/reset-project.js",
@@ -16,19 +16,19 @@
16
16
  "@react-navigation/bottom-tabs": "^7.3.10",
17
17
  "@react-navigation/elements": "^2.3.8",
18
18
  "@react-navigation/native": "^7.1.6",
19
- "expo": "~53.0.0-preview.10",
20
- "expo-blur": "~14.1.2",
21
- "expo-constants": "~17.1.2",
22
- "expo-font": "~13.2.1",
23
- "expo-haptics": "~14.1.2",
24
- "expo-image": "~2.1.4",
25
- "expo-linking": "~7.1.2",
26
- "expo-router": "~5.0.2-preview.5",
27
- "expo-splash-screen": "~0.30.5",
28
- "expo-status-bar": "~2.2.1",
29
- "expo-symbols": "~0.4.2",
30
- "expo-system-ui": "~5.0.4",
31
- "expo-web-browser": "~14.1.4",
19
+ "expo": "~53.0.0-preview.12",
20
+ "expo-blur": "~14.1.3",
21
+ "expo-constants": "~17.1.3",
22
+ "expo-font": "~13.2.2",
23
+ "expo-haptics": "~14.1.3",
24
+ "expo-image": "~2.1.5",
25
+ "expo-linking": "~7.1.3",
26
+ "expo-router": "~5.0.2-preview.6",
27
+ "expo-splash-screen": "~0.30.6",
28
+ "expo-status-bar": "~2.2.2",
29
+ "expo-symbols": "~0.4.3",
30
+ "expo-system-ui": "~5.0.5",
31
+ "expo-web-browser": "~14.1.5",
32
32
  "react": "19.0.0",
33
33
  "react-dom": "19.0.0",
34
34
  "react-native": "0.79.1",
@@ -44,6 +44,6 @@
44
44
  "@types/react": "~19.0.10",
45
45
  "typescript": "~5.8.3",
46
46
  "eslint": "^9.25.0",
47
- "eslint-config-expo": "~9.0.3"
47
+ "eslint-config-expo": "~9.1.1"
48
48
  }
49
49
  }