画面回転を固定するように組み込み
This commit is contained in:
12
app.json
12
app.json
@@ -22,7 +22,13 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"expo-font"
|
||||
"expo-font",
|
||||
[
|
||||
"expo-screen-orientation",
|
||||
{
|
||||
"initialOrientation": "DEFAULT"
|
||||
}
|
||||
]
|
||||
],
|
||||
"version": "5.0",
|
||||
"orientation": "default",
|
||||
@@ -38,7 +44,7 @@
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"ios": {
|
||||
"buildNumber": "31",
|
||||
"buildNumber": "32",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
||||
"config": {
|
||||
@@ -57,7 +63,7 @@
|
||||
},
|
||||
"android": {
|
||||
"package": "jrshikokuinfo.xprocess.hrkn",
|
||||
"versionCode": 20,
|
||||
"versionCode": 21,
|
||||
"permissions": ["ACCESS_FINE_LOCATION", "NFC"],
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"config": {
|
||||
|
Reference in New Issue
Block a user