Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-fcm
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
ym
react-native-fcm
Commits
c1bb3be2
Commit
c1bb3be2
authored
Oct 24, 2017
by
Daniel Prado
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add fcm to remote notification
parent
70a9394e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
index.d.ts
index.d.ts
+8
-0
No files found.
index.d.ts
View file @
c1bb3be2
...
@@ -34,6 +34,14 @@ declare module "react-native-fcm" {
...
@@ -34,6 +34,14 @@ declare module "react-native-fcm" {
body
:
string
;
body
:
string
;
icon
:
string
;
icon
:
string
;
};
};
fcm
:
{
action
?:
string
;
tag
?:
string
;
icon
?:
string
;
color
?:
string
;
body
:
string
;
title
?:
string
;
};
local_notification
?:
boolean
;
local_notification
?:
boolean
;
_notificationType
:
string
;
_notificationType
:
string
;
finish
(
type
?:
string
):
void
;
finish
(
type
?:
string
):
void
;
...
...
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