Merge commit '671e644348fc1eb0e327893fb005363e0168c52b' into feature/new-setting-system

This commit is contained in:
harukin-expo-dev-env 2024-03-12 16:53:39 +00:00
commit 11e70ee57a
2 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ const NewMenu = ({ webview, LoadError }) => {
<View
style={{
position: "absolute",
top: 0,
top: Platform.OS == "ios" ? Constants.statusBarHeight : 0,
width: width,
height: 54,
backgroundColor: "#0099CC",

View File

@ -133,7 +133,7 @@ export default function Setting(props) {
textAlignVertical: "center",
}}
>
内部バージョン: 5.0.2
内部バージョン: 5.0.2.1
</Text>
<View style={{ flex: 1 }} />
</View>