This commit is contained in:
harukin-expo-dev-env 2024-09-30 12:59:35 +00:00
parent 6ce1323e12
commit 1346909bb7

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