Skip to content

Comments

scheduling local notifications#92

Closed
renzosal wants to merge 37 commits intoevollu:masterfrom
renzosal:master
Closed

scheduling local notifications#92
renzosal wants to merge 37 commits intoevollu:masterfrom
renzosal:master

Conversation

@renzosal
Copy link
Collaborator

This PR contains initial changes for scheduling local notifications based on https://github.com/Neson/react-native-system-notification and https://github.com/zo0r/react-native-push-notification.

Thanks @rakannimer for your initial notification PR

adding priority property for android when presenting a notifications.

Also includes repeatEvery property for both android and IOS.
this is coming to PushNotificationIOS facebook/react-native#7219 so this might change in the future.

WIP


NSNumber *repeatInterval = details[@"repeatInterval"];

if (repeatInterval) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does this need if check while others don't? because it is integer?

@renzosal renzosal closed this Sep 12, 2016
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.

2 participants