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
983aa001
Commit
983aa001
authored
Feb 27, 2018
by
Libin Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update example
parent
6caa3b16
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Examples/simple-fcm-client/app/App.js
Examples/simple-fcm-client/app/App.js
+3
-1
No files found.
Examples/simple-fcm-client/app/App.js
View file @
983aa001
...
@@ -87,7 +87,9 @@ class MainPage extends Component {
...
@@ -87,7 +87,9 @@ class MainPage extends Component {
large_icon
:
"
https://image.freepik.com/free-icon/small-boy-cartoon_318-38077.jpg
"
,
large_icon
:
"
https://image.freepik.com/free-icon/small-boy-cartoon_318-38077.jpg
"
,
show_in_foreground
:
true
,
show_in_foreground
:
true
,
picture
:
'
https://firebase.google.com/_static/af7ae4b3fc/images/firebase/lockup.png
'
,
picture
:
'
https://firebase.google.com/_static/af7ae4b3fc/images/firebase/lockup.png
'
,
wake_screen
:
true
wake_screen
:
true
,
extra1
:
{
a
:
1
},
extra2
:
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