expo-template-default 52.0.21 → 52.0.23

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.
package/app.json CHANGED
@@ -8,11 +8,6 @@
8
8
  "scheme": "myapp",
9
9
  "userInterfaceStyle": "automatic",
10
10
  "newArchEnabled": true,
11
- "splash": {
12
- "image": "./assets/images/splash.png",
13
- "resizeMode": "contain",
14
- "backgroundColor": "#ffffff"
15
- },
16
11
  "ios": {
17
12
  "supportsTablet": true
18
13
  },
@@ -28,10 +23,19 @@
28
23
  "favicon": "./assets/images/favicon.png"
29
24
  },
30
25
  "plugins": [
31
- "expo-router"
26
+ "expo-router",
27
+ [
28
+ "expo-splash-screen",
29
+ {
30
+ "image": "./assets/images/splash-icon.png",
31
+ "imageWidth": 200,
32
+ "resizeMode": "contain",
33
+ "backgroundColor": "#ffffff"
34
+ }
35
+ ]
32
36
  ],
33
37
  "experiments": {
34
38
  "typedRoutes": true
35
39
  }
36
40
  }
37
- }
41
+ }
Binary file
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": "52.0.21",
5
+ "version": "52.0.23",
6
6
  "scripts": {
7
7
  "start": "expo start",
8
8
  "reset-project": "node ./scripts/reset-project.js",
@@ -17,16 +17,16 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@expo/vector-icons": "^14.0.2",
20
- "@react-navigation/native": "7.0.0-rc.21",
21
- "@react-navigation/bottom-tabs": "7.0.0-rc.36",
22
- "expo": "~52.0.0-preview.21",
20
+ "@react-navigation/bottom-tabs": "7.0.0",
21
+ "@react-navigation/native": "7.0.0",
22
+ "expo": "~52.0.0-preview.22",
23
23
  "expo-blur": "~14.0.1",
24
24
  "expo-constants": "~17.0.2",
25
25
  "expo-font": "~13.0.1",
26
26
  "expo-haptics": "~14.0.0",
27
27
  "expo-linking": "~7.0.2",
28
- "expo-router": "~4.0.0-preview.13",
29
- "expo-splash-screen": "~0.29.3",
28
+ "expo-router": "~4.0.0-preview.14",
29
+ "expo-splash-screen": "~0.29.4",
30
30
  "expo-status-bar": "~2.0.0",
31
31
  "expo-symbols": "~0.2.0",
32
32
  "expo-system-ui": "~4.0.2",
@@ -37,8 +37,9 @@
37
37
  "react-native-gesture-handler": "~2.20.2",
38
38
  "react-native-reanimated": "~3.16.1",
39
39
  "react-native-safe-area-context": "4.12.0",
40
- "react-native-screens": "4.0.0-beta.16",
41
- "react-native-web": "~0.19.13"
40
+ "react-native-screens": "4.0.0",
41
+ "react-native-web": "~0.19.13",
42
+ "react-native-webview": "13.12.2"
42
43
  },
43
44
  "devDependencies": {
44
45
  "@babel/core": "^7.25.2",
Binary file