chore: install expo-screen-orientation, set orientation to default

This commit is contained in:
Developer
2026-03-10 22:42:29 +08:00
parent 3ec6433e14
commit e5568b6b6b
3 changed files with 15 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"slug": "bilibili-app",
"version": "1.0.0",
"scheme": "bilibili",
"orientation": "portrait",
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
@@ -37,7 +37,8 @@
},
"plugins": [
"expo-router",
"react-native-video"
"react-native-video",
"expo-screen-orientation"
],
"experiments": {
"typedRoutes": true

11
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"expo-file-system": "~55.0.10",
"expo-linear-gradient": "~55.0.8",
"expo-router": "~55.0.4",
"expo-screen-orientation": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"react": "19.2.0",
@@ -4668,6 +4669,16 @@
"node": ">=10"
}
},
"node_modules/expo-screen-orientation": {
"version": "55.0.8",
"resolved": "https://registry.npmjs.org/expo-screen-orientation/-/expo-screen-orientation-55.0.8.tgz",
"integrity": "sha512-KhsOX17s/2c8Lv4QKOYsfkPEwpZTGP/V4lZQ5dUMRXAtueMNPg9ewcb4KrJrpvqO3j+yRYIU8t95WRCq1zjmDw==",
"license": "MIT",
"peerDependencies": {
"expo": "*",
"react-native": "*"
}
},
"node_modules/expo-server": {
"version": "55.0.6",
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-55.0.6.tgz",

View File

@@ -19,6 +19,7 @@
"expo-file-system": "~55.0.10",
"expo-linear-gradient": "~55.0.8",
"expo-router": "~55.0.4",
"expo-screen-orientation": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"react": "19.2.0",