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