Skip to content

Conversation

@nik910
Copy link
Collaborator

@nik910 nik910 commented Mar 12, 2019

No description provided.

Damir and others added 30 commits December 18, 2017 14:50
React Native added support for the alert title some time ago.
It can be seen in this commit: facebook/react-native@ec74a96#diff-2809d4592d87587e30e146d50d49188d
This closes zo0r#608
Add support for notification alert title on iOS
…ion-property

Add gradle configuration property
# Rational of change: 
Searched for the the issue half an hour, cause I testes localNotification first and everything worked fine. This short sentence could avoid that for other user. 
 
# purpose of the change
For others to avoid searching for the issue. 

OS: Android 

Test: Remove the <Application>-Section and test both functions as described in fileChange of this PR.
compileSdkVersion and targetSdkVersion should not be a string.
Just add a tip for letting the options explicit
Support local notifications on Android O
Update README.md: compileSdkVersion and targetSdkVersion should not be a string.
Update description of localNotificationSchedule
Clarifying usage for `cancelLocalNotifications`
Update documentation on repeating notifications on iOS
…trigger-for-silent-notifications

[Android] Remove default alert for silent push notifications
Gp2mv3 and others added 30 commits August 10, 2018 16:20
Fix requestPermissions crash (Issue zo0r#803)
…ind symbol on import android.app.NotificationChannel”
Use keepachangelog conventions to provide a clear description of the changes between versions.
updated sdk and build tool version on gradle file
Allow configuring notification channel and color through manifest
react-native link react-native-push-notification
Added the "old" GCM listener to get compatibility with GCM back
[Android] Allow to set notification's priority, visibility and importance options
The `lastId` should reflect the last id used not the next id to be used.
When the lastId is set to the next id to be used the `cancelNotif`
function will try to cancel a id not yet used.
Update documentation to avoid falling Androids' build
…ification

Fix example app cancel notification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.