Fix Component Datetime IOS

Components
- components/DateInput/DataTimeAndroid.tsx
- components/DateInput/DateTimeIOS.tsx
- components/Notification/NotificationInitializer.tsx

Screens
- screens/Event/ScreenStatus.tsx

Docs
- docs/prompt-for-qwen-code.md

### No Issue
This commit is contained in:
2026-02-04 12:00:00 +08:00
parent 771ae45f26
commit 60177a1087
5 changed files with 132 additions and 61 deletions

View File

@@ -51,7 +51,6 @@ export default function NotificationInitializer() {
if (!fcmToken) {
console.warn("Tidak bisa mendapatkan FCM token");
// logout();
return;
}
console.log("✅ FCM Token:", fcmToken);