fix: move back text in comment
This commit is contained in:
부모
67b5a5fb4f
커밋
76f13f04d5
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -24,7 +24,7 @@
|
|||
<!-- Change the value to true to enable pop-up for in foreground on receiving remote notifications (for prevent duplicating while showing local notifications set this to false) -->
|
||||
<meta-data android:name="com.dieam.reactnativepushnotification.notification_foreground"
|
||||
android:value="false"/>
|
||||
Change the resource name to your App's accent color - or any other color you want
|
||||
<!-- Change the resource name to your App's accent color - or any other color you want -->
|
||||
<meta-data android:name="com.dieam.reactnativepushnotification.notification_color"
|
||||
android:resource="@color/colorPrimary"/>
|
||||
<receiver android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationActions" />
|
||||
|
|
불러오는 중…
Reference in a new issue