Merge commit '2047df93092fd2f3f3a4c8644b7784cc2906c388' into patch/5.0.x

This commit is contained in:
harukin-expo-dev-env 2024-10-31 12:26:23 +00:00
commit 6d3e6623a0
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ export function AppContainer() {
<NavigationContainer name="Root" style={{ flex: 1 }} ref={navigationRef}> <NavigationContainer name="Root" style={{ flex: 1 }} ref={navigationRef}>
<Tab.Navigator <Tab.Navigator
tabBarOptions={{ keyboardHidesTabBar: Platform.OS === "android" }} tabBarOptions={{ keyboardHidesTabBar: Platform.OS === "android" }}
initialRouteName="menuPage" initialRouteName="login"
lazy={false} lazy={false}
> >
<Tab.Screen <Tab.Screen

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

View File

@ -1 +1 @@
export const news = "2024-9-29"; export const news = "2024-11-01";