バージョンコード更新5.1

This commit is contained in:
harukin-expo-dev-env 2024-04-05 16:06:33 +00:00
parent c9ebec0837
commit 0efab93a14
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ 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;
export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => {
const { width } = useWindowDimensions(); const { width } = useWindowDimensions();
return ( return (
@ -69,7 +71,7 @@ export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => {
/> />
<View style={{ flexDirection: "row", paddingTop: 10 }}> <View style={{ flexDirection: "row", paddingTop: 10 }}>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
<Text>内部バージョン: 5.0.3.2</Text> <Text>内部バージョン: {versionCode}</Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
</View> </View>
<View style={{ flexDirection: "row", paddingBottom: 10 }}> <View style={{ flexDirection: "row", paddingBottom: 10 }}>

View File

@ -1 +1 @@
export const news = "2024-3-10"; export const news = "2024-4-6";