Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-notifications
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
冷佳娟
react-native-notifications
Commits
5c2c649d
Commit
5c2c649d
authored
Jul 07, 2019
by
yogevbd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade node
parent
a0777af7
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
8420 deletions
+6
-8420
.gitignore
.gitignore
+3
-1
.travis.yml
.travis.yml
+1
-1
package-lock.json
package-lock.json
+0
-8415
test/index.ios.spec.js
test/index.ios.spec.js
+1
-2
test/notification.ios.spec.js
test/notification.ios.spec.js
+1
-1
No files found.
.gitignore
View file @
5c2c649d
...
...
@@ -180,3 +180,5 @@ jspm_packages
.node_repl_history
coverage/
package-lock.json
\ No newline at end of file
.travis.yml
View file @
5c2c649d
language
:
node_js
node_js
:
-
"
7
"
-
"
10
"
package-lock.json
deleted
100644 → 0
View file @
a0777af7
This diff is collapsed.
Click to expand it.
test/index.ios.spec.js
View file @
5c2c649d
describe
.
only
(
'
NotificationsIOS
'
,
()
=>
{
describe
(
'
NotificationsIOS
'
,
()
=>
{
let
deviceEvents
=
[
'
pushKitRegistered
'
,
'
remoteNotificationsRegistered
'
,
...
...
test/notification.ios.spec.js
View file @
5c2c649d
import
IOSNotification
from
'
../lib/src/notification.ios
'
;
describe
.
only
(
'
iOS Notification Object
'
,
()
=>
{
describe
(
'
iOS Notification Object
'
,
()
=>
{
let
notification
;
let
someBadgeCount
=
123
,
someSound
=
'
someSound
'
,
someCategory
=
'
some_notification_category
'
,
someThread
=
'
thread-1
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment