This commit is contained in:
harukin-expo-dev-env 2024-04-18 03:22:50 +00:00
parent 85e2ad329d
commit fd4e90df2d

View File

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