Skip to content

Commit 8d25d6c

Browse files
committed
Generate app.json file
1 parent ea4e8e4 commit 8d25d6c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

examples/publish-ci/expo/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"adaptiveIcon": {
2222
"foregroundImage": "./assets/adaptive-icon.png",
2323
"backgroundColor": "#ffffff"
24-
}
24+
},
25+
"package": "com.anonymous.expotemplatereduxtypescript"
2526
},
2627
"web": {
2728
"favicon": "./assets/favicon.png"

examples/publish-ci/expo/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"build": "echo Done",
77
"start": "expo start",
8-
"android": "expo start --android",
9-
"ios": "expo start --ios",
8+
"android": "expo run:android",
9+
"ios": "expo run:ios",
1010
"web": "expo start --web",
1111
"lint": "eslint .",
1212
"lint:fix": "eslint --fix .",
@@ -17,6 +17,7 @@
1717
"dependencies": {
1818
"@reduxjs/toolkit": "^2.0.1",
1919
"expo": "~49.0.15",
20+
"expo-splash-screen": "~0.20.5",
2021
"expo-status-bar": "~1.6.0",
2122
"react": "18.2.0",
2223
"react-native": "0.72.6",

examples/publish-ci/expo/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6011,6 +6011,17 @@ __metadata:
60116011
languageName: node
60126012
linkType: hard
60136013

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+
60146025
"expo-status-bar@npm:~1.6.0":
60156026
version: 1.6.0
60166027
resolution: "expo-status-bar@npm:1.6.0"
@@ -6035,6 +6046,7 @@ __metadata:
60356046
eslint: ^8.56.0
60366047
eslint-plugin-prettier: ^5.0.1
60376048
expo: ~49.0.15
6049+
expo-splash-screen: ~0.20.5
60386050
expo-status-bar: ~1.6.0
60396051
jest: ^29.7.0
60406052
jest-expo: ^49.0.0

0 commit comments

Comments
 (0)