mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +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
|
||||
|
||||
Reference in New Issue
Block a user