작성
·
392
0
안녕하세요.
<meta-data android:name="com.dieam.reactnativepushnotification.notification_foreground" android:value="true"/>
이 부분에서 react native 단에서 토글로 끄고 키면서 저 값을 다이나믹하게 이용할 수 있을까요?
답변 1
0
여기에 간단히 설명이 되어있는데요. 일단 foreground_notification을 끈 다음, 리액트네이티브단에 끌지 켤지를 전역 변수로 만드시고요.
onNotification에서 푸쉬 메시지를 받으면 해당 변수에 따라 foreground_notification을 켜야 하면 react-native-push-notification에서 제공하는 LocalNotification 기능으로 한 번 더 띄우셔야 할 것 같습니다.