From ffe53e46b1a4e2f14952ecf9b5363323f51164d2 Mon Sep 17 00:00:00 2001 From: amel Date: Wed, 25 Jun 2025 15:06:10 +0800 Subject: [PATCH] upd: status bar --- app/(application)/_layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/(application)/_layout.tsx b/app/(application)/_layout.tsx index 9e633c2..44028a5 100644 --- a/app/(application)/_layout.tsx +++ b/app/(application)/_layout.tsx @@ -21,6 +21,7 @@ import { Provider } from "react-redux"; export default function RootLayout() { useEffect(() => { const unsubscribe = messaging().onMessage(async remoteMessage => { + console.log('pesan', remoteMessage.data) Notifier.showNotification({ title: remoteMessage.notification?.title, description: remoteMessage.notification?.body, @@ -109,7 +110,7 @@ export default function RootLayout() { }} /> - + ) }