From 6a046fb9f0d69db3a688de2035e9fa93fb47bc6e Mon Sep 17 00:00:00 2001 From: Sota Ogo Date: Thu, 16 Dec 2021 00:53:12 -0800 Subject: [PATCH] Fix build issue for the new app template (#32772) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32772 Changelog: [internal] Fix a build issue for the new app template. Reviewed By: philIip Differential Revision: D33154125 fbshipit-source-id: ae696aeae6aac31678fe43a8963aab05c67c05d7 --- template/ios/HelloWorld/AppDelegate.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/ios/HelloWorld/AppDelegate.mm b/template/ios/HelloWorld/AppDelegate.mm index 01812770775..ad741b39565 100644 --- a/template/ios/HelloWorld/AppDelegate.mm +++ b/template/ios/HelloWorld/AppDelegate.mm @@ -25,8 +25,6 @@ @end #endif -using namespace facebook::react; - @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions