fix: move back text in comment

This commit is contained in:
Arnaud Vergnet 2021-07-14 16:43:53 +02:00
parent 67b5a5fb4f
commit 76f13f04d5

View file

@ -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) --> <!-- 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" <meta-data android:name="com.dieam.reactnativepushnotification.notification_foreground"
android:value="false"/> 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" <meta-data android:name="com.dieam.reactnativepushnotification.notification_color"
android:resource="@color/colorPrimary"/> android:resource="@color/colorPrimary"/>
<receiver android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationActions" /> <receiver android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationActions" />