This commit is contained in:
Developer
2026-03-24 19:25:00 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "JKVideo",
"slug": "jsvideo",
"version": "1.0.6",
"version": "1.0.7",
"scheme": "bilibili",
"orientation": "default",
"icon": "./assets/icon.png",
@@ -41,12 +41,12 @@
"expo-router",
"react-native-video",
"expo-screen-orientation",
"@sentry/react-native/expo"
"@sentry/react-native/expo"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"extra": {
"router": {},
"eas": {
"projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1"

View File

@@ -1,6 +1,6 @@
{
"name": "jkvideo",
"version": "1.0.6",
"version": "1.0.7",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
@@ -29,7 +29,7 @@
"expo-screen-orientation": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"pako": "^2.1.0",
"pako": "^2.1.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",