diff --git a/packages/rn-tester/RNTester/AppDelegate.mm b/packages/rn-tester/RNTester/AppDelegate.mm index 64c5d4122e7..c69b35ef677 100644 --- a/packages/rn-tester/RNTester/AppDelegate.mm +++ b/packages/rn-tester/RNTester/AppDelegate.mm @@ -53,11 +53,6 @@ static NSString *kBundlePath = @"js/RNTesterApp.ios"; return [super application:application didFinishLaunchingWithOptions:launchOptions]; } -- (void)applicationDidEnterBackground:(UIApplication *)application -{ - [super applicationDidEnterBackground:application]; -} - - (NSDictionary *)prepareInitialProps { NSMutableDictionary *initProps = [NSMutableDictionary new];