expoSDKを最新版に更新、Ver.4.0

This commit is contained in:
mukai haruki
2021-06-26 02:48:27 +09:00
parent 9442a59feb
commit 4833b57c52
7 changed files with 3216 additions and 3926 deletions

View File

@@ -7,7 +7,7 @@
"ios",
"android"
],
"version": "3.1",
"version": "4.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
@@ -22,13 +22,13 @@
"**/*"
],
"ios": {
"buildNumber": "13",
"buildNumber": "15",
"supportsTablet": true,
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn"
},
"android": {
"package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 10,
"versionCode": 11,
"permissions": [],
"googleServicesFile": "./google-services.json"
}