Skip to content

Commit dc9f2f7

Browse files
authored
Add logo (wix#711)
1 parent 4a108f6 commit dc9f2f7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.logo.png

24.6 KB
Loading

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# React Native Notifications
1+
<h1 align="center">
2+
<img src=".logo.png"/><br/>
3+
React Native Notifications
4+
</h1>
5+
26
![npm](https://img.shields.io/npm/dw/react-native-notifications.svg)
37
[![Build Status](https://img.shields.io/jenkins/s/http/jenkins-oss.wixpress.com:8080/job/multi-react-native-notifications-master.svg)](https://jenkins-oss.wixpress.com/job/multi-react-native-notifications-master/)
48
[![npm (tag)](https://img.shields.io/npm/v/react-native-notifications/latest.svg)](https://github.com/wix/react-native-notifications/tree/master)
59
[![npm (tag)](https://img.shields.io/npm/v/react-native-notifications/snapshot.svg)](https://github.com/wix/react-native-notifications/tree/master)
610

711
Handle all the aspects of push notifications for your app, including remote and local notifications, interactive notifications, silent notifications, and more.
812

9-
**All the native iOS notifications features are supported!**
13+
**All the native iOS notifications features are supported!**
1014

1115
_For information regarding proper integration with [react-native-navigation](https://github.com/wix/react-native-navigation), follow [this wiki](https://github.com/wix/react-native-notifications/wiki/Android:-working-with-RNN)._
1216

@@ -33,13 +37,14 @@ Apps using React Native Notifications may target iOS 10 and Android 5.0 (API 21)
3337

3438
_Upcoming: local notifications, background-state Rx queue (iOS equivalent)_
3539

36-
3740
# Quick Links
41+
3842
- [Getting Started](https://wix.github.io/react-native-notifications/docs/getting-started)
3943
- [API](https://wix.github.io/react-native-notifications/api/general-api)
4044
- [Documentation](https://wix.github.io/react-native-notifications/)
4145

4246
# License
47+
4348
The MIT License.
4449

4550
See [LICENSE](LICENSE)

0 commit comments

Comments
 (0)