Merge commit 'fd4e90df2d56d54ed0978f209c84fb43a3920be9' into develop

This commit is contained in:
harukin-expo-dev-env 2024-04-18 03:22:57 +00:00
commit 1732592280

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.1;
const versionCode = "5.1.1";
export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => {
const { width } = useWindowDimensions();