expo-template-blank 55.0.0-canary-20251230-fc48ddc → 55.0.0-canary-20260114-d8e19f5

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
@@ -16,8 +16,10 @@
16
16
  },
17
17
  "android": {
18
18
  "adaptiveIcon": {
19
- "foregroundImage": "./assets/adaptive-icon.png",
20
- "backgroundColor": "#ffffff"
19
+ "backgroundColor": "#E6F4FE",
20
+ "foregroundImage": "./assets/android-icon-foreground.png",
21
+ "backgroundImage": "./assets/android-icon-background.png",
22
+ "monochromeImage": "./assets/android-icon-monochrome.png"
21
23
  },
22
24
  "edgeToEdgeEnabled": true
23
25
  },
Binary file
package/assets/icon.png CHANGED
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "expo-template-blank",
3
3
  "description": "The Blank project template includes the minimum dependencies to run and an empty root component.",
4
4
  "license": "0BSD",
5
- "version": "55.0.0-canary-20251230-fc48ddc",
5
+ "version": "55.0.0-canary-20260114-d8e19f5",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "start": "expo start",
@@ -11,8 +11,8 @@
11
11
  "web": "expo start --web"
12
12
  },
13
13
  "dependencies": {
14
- "expo": "55.0.0-canary-20251230-fc48ddc",
15
- "expo-status-bar": "3.0.10-canary-20251230-fc48ddc",
14
+ "expo": "55.0.0-canary-20260114-d8e19f5",
15
+ "expo-status-bar": "3.0.10-canary-20260114-d8e19f5",
16
16
  "react": "19.2.0",
17
17
  "react-native": "0.83.1"
18
18
  }
Binary file