mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
chore: install expo-screen-orientation, set orientation to default
This commit is contained in:
5
app.json
5
app.json
@@ -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
11
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user