Update expo

This commit is contained in:
Zoe Roux 2023-03-15 17:25:15 +09:00
parent b5f8799d0a
commit 4c4e22a0e0
3 changed files with 1393 additions and 555 deletions

View File

@ -40,7 +40,6 @@ const config = {
version: "1.0.0", version: "1.0.0",
orientation: "default", orientation: "default",
icon: "./assets/icon.png", icon: "./assets/icon.png",
entryPoint: "./index.tsx",
userInterfaceStyle: "automatic", userInterfaceStyle: "automatic",
splash, splash,
updates: { updates: {

View File

@ -16,43 +16,42 @@
"@gorhom/portal": "^1.0.14", "@gorhom/portal": "^1.0.14",
"@kyoo/ui": "workspace:^", "@kyoo/ui": "workspace:^",
"@material-symbols/svg-400": "^0.4.3", "@material-symbols/svg-400": "^0.4.3",
"@shopify/flash-list": "1.3.1", "@shopify/flash-list": "1.4.0",
"@tanstack/react-query": "^4.24.4", "@tanstack/react-query": "^4.24.4",
"babel-plugin-transform-inline-environment-variables": "^0.4.4", "babel-plugin-transform-inline-environment-variables": "^0.4.4",
"expo": "^47.0.0", "expo": "^48.0.0",
"expo-build-properties": "~0.4.1", "expo-build-properties": "~0.5.1",
"expo-constants": "~14.0.2", "expo-constants": "~14.2.1",
"expo-dev-client": "~2.0.1", "expo-dev-client": "~2.1.5",
"expo-font": "~11.0.1", "expo-font": "~11.1.1",
"expo-linear-gradient": "~12.0.1", "expo-linear-gradient": "~12.1.2",
"expo-linking": "~3.3.0", "expo-linking": "~4.0.1",
"expo-localization": "~14.0.0", "expo-localization": "~14.1.1",
"expo-navigation-bar": "~2.0.1", "expo-navigation-bar": "~2.1.1",
"expo-router": "^0.0.36", "expo-router": "^0.0.36",
"expo-screen-orientation": "~5.0.1", "expo-screen-orientation": "~5.1.1",
"expo-secure-store": "~12.0.0", "expo-secure-store": "~12.1.1",
"expo-status-bar": "~1.4.2", "expo-status-bar": "~1.4.4",
"expo-updates": "~0.15.6", "expo-updates": "~0.16.3",
"i18next": "^22.0.6", "i18next": "^22.0.6",
"intl-pluralrules": "^1.3.1", "intl-pluralrules": "^1.3.1",
"moti": "^0.21.0", "moti": "^0.21.0",
"react": "18.1.0", "react": "18.2.0",
"react-dom": "18.1.0", "react-dom": "18.2.0",
"react-i18next": "^12.0.0", "react-i18next": "^12.0.0",
"react-native": "0.70.5", "react-native": "0.71.3",
"react-native-reanimated": "~2.12.0", "react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.4.1", "react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.18.0", "react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0", "react-native-svg": "13.4.0",
"react-native-video": "alpha", "react-native-video": "alpha",
"yoshiki": "1.2.1" "yoshiki": "1.2.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.19.3", "@babel/core": "^7.20.0",
"@types/react": "~18.0.24", "@types/react": "~18.0.27",
"@types/react-native": "~0.70.6",
"react-native-svg-transformer": "^1.0.0", "react-native-svg-transformer": "^1.0.0",
"typescript": "^4.9.5" "typescript": "^4.9.4"
}, },
"installConfig": { "installConfig": {
"hoistingLimits": "workspaces" "hoistingLimits": "workspaces"

File diff suppressed because it is too large Load Diff