画面回転を固定するように組み込み

This commit is contained in:
harukin-expo-dev-env
2024-03-09 13:48:53 +00:00
parent e1e35168d6
commit 48e1ab7b26
4 changed files with 26 additions and 4 deletions

View File

@@ -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": {