Skip to content

Commit 80a9321

Browse files
committed
Fix instructions
1 parent ade843e commit 80a9321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* Open `AppDelegate.m`: Add PushBots code to `application:didFinishLaunchingWithOptions` method (replace APP_ID with your PushBots app ID):
3535

3636
```objc
37-
self.PushbotsClient = [[RCTPushbots alloc] initWithAppId:@"APP_ID"];
37+
self.PushbotsClient = [[RCTPushbots alloc] initWithAppId:@"APP_ID" withLaunchOptions:launchOptions];
3838
```
3939
4040
### Android

0 commit comments

Comments
 (0)