File tree Expand file tree Collapse file tree 6 files changed +287
-81
lines changed
packages/connect-examples/mobile-expo Expand file tree Collapse file tree 6 files changed +287
-81
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@trezor/connect-mobile" : " workspace:*" ,
13
- "expo" : " ^52.0.4 " ,
13
+ "expo" : " ^52.0.11 " ,
14
14
"expo-linking" : " ^7.0.2" ,
15
15
"expo-status-bar" : " ^2.0.0" ,
16
16
"react" : " 18.2.0" ,
Original file line number Diff line number Diff line change @@ -79,6 +79,14 @@ const getPlugins = (): ExpoPlugins => {
79
79
] ,
80
80
} ,
81
81
] ,
82
+ [
83
+ 'expo-splash-screen' ,
84
+ {
85
+ backgroundColor : '#25292E' ,
86
+ image : './assets/splash_icon.png' ,
87
+ imageWidth : '200' ,
88
+ } ,
89
+ ] ,
82
90
[
83
91
'expo-camera' ,
84
92
{
@@ -172,11 +180,6 @@ export default ({ config }: ConfigContext): ExpoConfig => {
172
180
} ,
173
181
} ) ,
174
182
orientation : 'portrait' ,
175
- splash : {
176
- image : './assets/splash_icon.png' ,
177
- backgroundColor : '#25292E' ,
178
- resizeMode : 'contain' ,
179
- } ,
180
183
userInterfaceStyle : 'automatic' ,
181
184
android : {
182
185
package : bundleIdentifier ,
Original file line number Diff line number Diff line change 84
84
"@trezor/theme" : " workspace:*" ,
85
85
"@trezor/trezor-user-env-link" : " workspace:*" ,
86
86
"buffer" : " ^6.0.3" ,
87
- "expo" : " ^52.0.4 " ,
87
+ "expo" : " ^52.0.11 " ,
88
88
"expo-av" : " ^15.0.1" ,
89
89
"expo-build-properties" : " ^0.13.1" ,
90
90
"expo-camera" : " ^16.0.4" ,
98
98
"expo-localization" : " ^16.0.0" ,
99
99
"expo-navigation-bar" : " ^4.0.2" ,
100
100
"expo-secure-store" : " ^14.0.0" ,
101
- "expo-splash-screen" : " ^0.29.7 " ,
101
+ "expo-splash-screen" : " ^0.29.13 " ,
102
102
"expo-status-bar" : " ^2.0.0" ,
103
103
"expo-system-ui" : " ^4.0.2" ,
104
104
"expo-updates" : " 0.26.6" ,
Original file line number Diff line number Diff line change 19
19
"bs58" : " ^6.0.0" ,
20
20
"expo-crypto" : " ^14.0.1" ,
21
21
"expo-secure-store" : " ^14.0.0" ,
22
- "expo-splash-screen" : " ^0.29.7 " ,
22
+ "expo-splash-screen" : " ^0.29.13 " ,
23
23
"jotai" : " 1.9.1" ,
24
24
"react" : " 18.2.0" ,
25
25
"react-native" : " 0.76.1" ,
You can’t perform that action at this time.
0 commit comments