Skip to content

Commit a85a613

Browse files
committed
fix: tweak image assets
1 parent 8d6bdc5 commit a85a613

File tree

27 files changed

+107
-26
lines changed

27 files changed

+107
-26
lines changed

examples/demo-apps/react-native/rnllama/app.json

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,28 @@
44
"slug": "rnllama",
55
"version": "1.0.0",
66
"orientation": "portrait",
7-
"icon": "./assets/images/icon.png",
7+
"icon": "./assets/images/rnllama.png",
88
"scheme": "myapp",
99
"userInterfaceStyle": "automatic",
10-
"newArchEnabled": true,
10+
"splash": {
11+
"image": "./assets/images/rnllama.png",
12+
"resizeMode": "contain",
13+
"backgroundColor": "#ffffff"
14+
},
1115
"ios": {
1216
"supportsTablet": true,
1317
"bundleIdentifier": "com.hietalajulius.rnllama"
1418
},
1519
"android": {
1620
"adaptiveIcon": {
17-
"foregroundImage": "./assets/images/adaptive-icon.png",
21+
"foregroundImage": "./assets/images/rnllama.png",
1822
"backgroundColor": "#ffffff"
1923
}
2024
},
2125
"web": {
2226
"bundler": "metro",
2327
"output": "static",
24-
"favicon": "./assets/images/favicon.png"
28+
"favicon": "./assets/images/rnllama.png"
2529
},
2630
"plugins": [
2731
"expo-router",
@@ -30,19 +34,10 @@
3034
{
3135
"iCloudContainerEnvironment": "Production"
3236
}
33-
],
34-
[
35-
"expo-splash-screen",
36-
{
37-
"image": "./assets/images/splash-icon.png",
38-
"imageWidth": 200,
39-
"resizeMode": "contain",
40-
"backgroundColor": "#ffffff"
41-
}
4237
]
4338
],
4439
"experiments": {
4540
"typedRoutes": true
4641
}
4742
}
48-
}
43+
}
Binary file not shown.
-1.43 KB
Binary file not shown.
-21.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
390 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)