とりあえず50へアップグレード

This commit is contained in:
harukin-expo-dev-env 2024-03-08 08:16:13 +00:00
parent 9bd9fdc6a6
commit 1056c37422
3 changed files with 1298 additions and 1090 deletions

View File

@ -3,7 +3,10 @@
"name": "JR四国運行状況", "name": "JR四国運行状況",
"slug": "jrshikoku", "slug": "jrshikoku",
"privacy": "public", "privacy": "public",
"platforms": ["ios", "android"], "platforms": [
"ios",
"android"
],
"plugins": [ "plugins": [
[ [
"react-native-android-widget", "react-native-android-widget",
@ -21,9 +24,10 @@
} }
] ]
} }
] ],
"expo-font"
], ],
"version": "4.6", "version": "5.0",
"orientation": "default", "orientation": "default",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"splash": { "splash": {
@ -35,7 +39,9 @@
"fallbackToCacheTimeout": 0, "fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/398abf60-57a7-11e9-970c-8f04356d08bf" "url": "https://u.expo.dev/398abf60-57a7-11e9-970c-8f04356d08bf"
}, },
"assetBundlePatterns": ["**/*"], "assetBundlePatterns": [
"**/*"
],
"ios": { "ios": {
"buildNumber": "31", "buildNumber": "31",
"supportsTablet": true, "supportsTablet": true,
@ -51,13 +57,18 @@
] ]
}, },
"entitlements": { "entitlements": {
"com.apple.developer.nfc.readersession.formats": ["TAG"] "com.apple.developer.nfc.readersession.formats": [
"TAG"
]
} }
}, },
"android": { "android": {
"package": "jrshikokuinfo.xprocess.hrkn", "package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 20, "versionCode": 20,
"permissions": ["ACCESS_FINE_LOCATION", "NFC"], "permissions": [
"ACCESS_FINE_LOCATION",
"NFC"
],
"googleServicesFile": "./google-services.json", "googleServicesFile": "./google-services.json",
"config": { "config": {
"googleMaps": { "googleMaps": {

View File

@ -7,53 +7,53 @@
"eject": "expo eject" "eject": "expo eject"
}, },
"dependencies": { "dependencies": {
"@expo/vector-icons": "^13.0.0", "@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.18.2", "@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/masked-view": "0.1.10", "@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.11", "@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4", "@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5", "@react-navigation/stack": "^5.14.5",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",
"eas-cli": "^5.9.1", "eas-cli": "^5.9.1",
"expo": "^49.0.21", "expo": "^50.0.11",
"expo-dev-client": "~2.4.13", "expo-dev-client": "~3.3.9",
"expo-device": "~5.4.0", "expo-device": "~5.9.3",
"expo-felica-reader": "^0.1.0", "expo-felica-reader": "^0.1.0",
"expo-font": "~11.4.0", "expo-font": "~11.10.3",
"expo-location": "~16.1.0", "expo-location": "~16.5.5",
"expo-notifications": "~0.20.1", "expo-notifications": "~0.27.6",
"expo-sharing": "~11.5.0", "expo-sharing": "~11.10.0",
"expo-updates": "~0.18.17", "expo-updates": "~0.24.11",
"expo-web-browser": "~12.3.2", "expo-web-browser": "~12.8.2",
"firebase": "8.2.3", "firebase": "8.2.3",
"lottie-react-native": "5.1.6", "lottie-react-native": "6.5.1",
"native-base": "^2.15.2", "native-base": "^2.15.2",
"npm": "^7.18.1", "npm": "^7.18.1",
"pushy-react-native": "^1.0.18", "pushy-react-native": "^1.0.18",
"react": "18.2.0", "react": "18.2.0",
"react-native": "0.72.6", "react-native": "0.73.4",
"react-native-actions-sheet": "0.8.21", "react-native-actions-sheet": "0.8.21",
"react-native-android-widget": "^0.11.2", "react-native-android-widget": "^0.11.2",
"react-native-auto-height-image": "^3.2.4", "react-native-auto-height-image": "^3.2.4",
"react-native-elements": "^3.4.2", "react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.12.0", "react-native-gesture-handler": "~2.14.0",
"react-native-maps": "1.7.1", "react-native-maps": "1.10.0",
"react-native-reanimated": "^3.6.1", "react-native-reanimated": "~3.6.2",
"react-native-remote-svg": "^2.0.6", "react-native-remote-svg": "^2.0.6",
"react-native-responsive-screen": "^1.4.2", "react-native-responsive-screen": "^1.4.2",
"react-native-router-flux": "^4.3.1", "react-native-router-flux": "^4.3.1",
"react-native-safe-area-context": "4.6.3", "react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.22.0", "react-native-screens": "~3.29.0",
"react-native-snap-carousel": "^3.9.1", "react-native-snap-carousel": "^3.9.1",
"react-native-storage": "^1.0.1", "react-native-storage": "^1.0.1",
"react-native-svg": "13.9.0", "react-native-svg": "14.1.0",
"react-native-svg-uri": "^1.2.3", "react-native-svg-uri": "^1.2.3",
"react-native-vector-icons": "^8.1.0", "react-native-vector-icons": "^8.1.0",
"react-native-view-shot": "3.7.0", "react-native-view-shot": "3.8.0",
"react-native-webview": "^13.6.3" "react-native-webview": "13.6.4"
}, },
"devDependencies": { "devDependencies": {
"babel-preset-expo": "^9.5.0" "babel-preset-expo": "^10.0.0"
}, },
"private": true "private": true
} }

2321
yarn.lock

File diff suppressed because it is too large Load Diff