diff --git a/README.md b/README.md index a2dee5bd..6f66eac9 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,20 @@ At the top of the file: Then, add the 'UNUserNotificationCenterDelegate' to protocols: + +For RN v0.71 and above + +```objective-c +@interface AppDelegate : RCTAppDelegate +``` + +For RN v0.70 and below + ```objective-c @interface AppDelegate : UIResponder ``` -### Update `AppDelegate.m` +### Update `AppDelegate.m` or `AppDelegate.mm` At the top of the file: