File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 21
21
"adaptiveIcon" : {
22
22
"foregroundImage" : " ./assets/adaptive-icon.png" ,
23
23
"backgroundColor" : " #ffffff"
24
- }
24
+ },
25
+ "package" : " com.anonymous.expotemplatereduxtypescript"
25
26
},
26
27
"web" : {
27
28
"favicon" : " ./assets/favicon.png"
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"build" : " echo Done" ,
7
7
"start" : " expo start" ,
8
- "android" : " expo start -- android" ,
9
- "ios" : " expo start -- ios" ,
8
+ "android" : " expo run: android" ,
9
+ "ios" : " expo run: ios" ,
10
10
"web" : " expo start --web" ,
11
11
"lint" : " eslint ." ,
12
12
"lint:fix" : " eslint --fix ." ,
17
17
"dependencies" : {
18
18
"@reduxjs/toolkit" : " ^2.0.1" ,
19
19
"expo" : " ~49.0.15" ,
20
+ "expo-splash-screen" : " ~0.20.5" ,
20
21
"expo-status-bar" : " ~1.6.0" ,
21
22
"react" : " 18.2.0" ,
22
23
"react-native" : " 0.72.6" ,
Original file line number Diff line number Diff line change @@ -6011,6 +6011,17 @@ __metadata:
6011
6011
languageName : node
6012
6012
linkType : hard
6013
6013
6014
+ " expo-splash-screen@npm:~0.20.5 " :
6015
+ version : 0.20.5
6016
+ resolution : " expo-splash-screen@npm:0.20.5"
6017
+ dependencies :
6018
+ " @expo/prebuild-config " : 6.2.6
6019
+ peerDependencies :
6020
+ expo : " *"
6021
+ checksum : c4b0db3d0e8ab755a9f4afb1f20824229fa84ea2410528e4316a62e676e08f990157c9edd4af0978f79183d6b47cf3d4843b86f76c084274a40e07adfd697889
6022
+ languageName : node
6023
+ linkType : hard
6024
+
6014
6025
" expo-status-bar@npm:~1.6.0 " :
6015
6026
version : 1.6.0
6016
6027
resolution : " expo-status-bar@npm:1.6.0"
@@ -6035,6 +6046,7 @@ __metadata:
6035
6046
eslint : ^8.56.0
6036
6047
eslint-plugin-prettier : ^5.0.1
6037
6048
expo : ~49.0.15
6049
+ expo-splash-screen : ~0.20.5
6038
6050
expo-status-bar : ~1.6.0
6039
6051
jest : ^29.7.0
6040
6052
jest-expo : ^49.0.0
You can’t perform that action at this time.
0 commit comments