From 5d7d81462ab45459233a765d4c7e6fa91dba569a Mon Sep 17 00:00:00 2001 From: KennyHuRadar <139801512+KennyHuRadar@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:13:03 -0400 Subject: [PATCH] Update react-native.mdx --- docs/sdk/react-native.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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";