인프런 커뮤니티 질문&답변

유상원님의 프로필 이미지
유상원

작성한 질문수

배달앱 클론코딩 [with React Native]

푸쉬 메시지 오는 것 확인!

안녕하세요 다이나믹하게 foreground 알림 조절 관련 질문드립니다.

작성

·

392

0

안녕하세요. 

 

<meta-data android:name="com.dieam.reactnativepushnotification.notification_foreground" android:value="true"/>

이 부분에서  react native 단에서 토글로 끄고 키면서 저 값을 다이나믹하게 이용할 수 있을까요?

답변 1

0

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

https://github.com/zo0r/react-native-push-notification#show-notifications-while-the-app-is-in-foreground

여기에 간단히 설명이 되어있는데요. 일단 foreground_notification을 끈 다음, 리액트네이티브단에 끌지 켤지를 전역 변수로 만드시고요.

onNotification에서 푸쉬 메시지를 받으면 해당 변수에 따라 foreground_notification을 켜야 하면 react-native-push-notification에서 제공하는 LocalNotification 기능으로 한 번 더 띄우셔야 할 것 같습니다.

유상원님의 프로필 이미지
유상원

작성한 질문수

질문하기