Skip to content

Commit bd4d6b7

Browse files
authored
Remove old (broken) refs in README
1 parent 2cb5d47 commit bd4d6b7

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ Handle all the aspects of push notifications for your app, including remote and
77
_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)._
88

99

10-
## iOS
10+
### iOS
1111

12-
- [Remote notifications](#handling-received-notifications).
13-
- [Local notifications](#triggering-local-notifications).
14-
- [Background notifications](#managed-notifications-ios-only).
15-
- [Managed notifications](#managed-notifications-ios-only) (notifications that can be cleared from the server, like Facebook messenger and Whatsapp web).
16-
- [PushKit API](#pushkit-api-ios-only) for VoIP and other background messages.
17-
- [Interactive notifications](#interactive--actionable-notifications-ios-only) that allows you to provide additional functionality to your users outside of your application.
12+
<img src="https://s3.amazonaws.com/nrjio/interactive.gif" alt="Interactive notifications example" width=350/>
1813

19-
<img src="https://s3.amazonaws.com/nrjio/interactive.gif" alt="Interactive notifications example" width=300/>
14+
- Remote (push) notifications
15+
- Local notifications
16+
- Background/Managed notifications (notifications that can be cleared from the server, like Facebook messenger and Whatsapp web)
17+
- PushKit API (for VoIP and other background messages)
18+
- Interactive notifications (allows you to provide additional functionality to your users outside of your application such as action buttons)
2019

21-
## Android
20+
### Android
2221

2322
- Receiving notifications in any App state (foreground, background, "dead")
2423
- Built-in notification drawer management

0 commit comments

Comments
 (0)