5.4リリース

This commit is contained in:
harukin-expo-dev-env 2024-06-03 12:15:20 +00:00
parent 8a610a6041
commit b7862e3901
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
},
"assetBundlePatterns": ["**/*"],
"ios": {
"buildNumber": "33",
"buildNumber": "34",
"supportsTablet": true,
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
"config": {

View File

@ -12,7 +12,7 @@ import * as Updates from "expo-updates";
import { useWindowDimensions } from "react-native";
import { ListItem } from "native-base";
const versionCode = "5.2";
const versionCode = "5.3";
export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => {
const { width } = useWindowDimensions();