|
|
@@ -479,8 +479,8 @@ const HomePage: React.FC<HomePageProps> = () => {
|
|
|
<View className="flex-1">
|
|
|
<NormalButton
|
|
|
// onPress={() => router.push('bookingMenuPage')}
|
|
|
- // onPress={() => Alert.alert('即將推出', '此功能即將推出,敬請期待!')}
|
|
|
- onPress={() => notificationStorage.clearStorage()}
|
|
|
+ onPress={() => Alert.alert('即將推出', '此功能即將推出,敬請期待!')}
|
|
|
+ //onPress={() => notificationStorage.clearStorage()}
|
|
|
title={
|
|
|
<View className="flex flex-row space-x-2 items-center ">
|
|
|
<MyBookingIconSvg />
|