diff --git a/docs/sdk/react-native.mdx b/docs/sdk/react-native.mdx index 2c51a975a..caa690285 100644 --- a/docs/sdk/react-native.mdx +++ b/docs/sdk/react-native.mdx @@ -697,6 +697,10 @@ Radar.logConversion( To enable logging of app opens through notifications taps on iOS, perform the following native setup in the app's AppDelegate: ```objc +#import + +@implementation AppDelegate + - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"main";