Skip to content

Commit 8793718

Browse files
authored
Update README.md
FIX: correct name of the link
1 parent 98b6afc commit 8793718

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,7 @@ In some case your application can be unreachable :
724724
- when the user kill the application
725725
- when it's in background since a long time (eg: after ~5mn the os will kill all connections).
726726

727-
To be able to wake up your application to display the incoming call, you can use [https://github.com/ianlin/react-native-voip-push-notification](react-native-voip-push-notification) on iOS or BackgroundMessaging from [react-native-
728-
](https://rnfirebase.io/messaging/usage#receiving-messages)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background).
727+
To be able to wake up your application to display the incoming call, you can use [https://github.com/ianlin/react-native-voip-push-notification](react-native-voip-push-notification) on iOS or BackgroundMessaging from [react-native-firebase](https://rnfirebase.io/messaging/usage#receiving-messages)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background).
729728

730729
You have to send a push to your application, like with Firebase for Android and with a library supporting PushKit pushes for iOS.
731730

0 commit comments

Comments
 (0)