Commit 4a40923f authored by Yogev Ben David's avatar Yogev Ben David Committed by GitHub

Update installation.md

parent af1eadf3
...@@ -37,8 +37,7 @@ And add the following methods to support registration: ...@@ -37,8 +37,7 @@ And add the following methods to support registration:
```objective-c ```objective-c
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
{
[RNNotifications didRegisterForRemoteNotificationsWithDeviceToken:deviceToken]; [RNNotifications didRegisterForRemoteNotificationsWithDeviceToken:deviceToken];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment