Skip to content

Commit

Permalink
Support iOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Sep 10, 2019
1 parent b758389 commit 533643a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/notifications/constants/priority.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = Object.freeze({
immediate: 10,
throttled: 5
})
4 changes: 4 additions & 0 deletions lib/notifications/constants/push-type.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = Object.freeze({
alert: 'alert',
background: 'background'
})

0 comments on commit 533643a

Please sign in to comment.