diff --git a/packages/react-native/React/CoreModules/RCTDeviceInfo.mm b/packages/react-native/React/CoreModules/RCTDeviceInfo.mm index 8e89bfd6a2e..193e97448de 100644 --- a/packages/react-native/React/CoreModules/RCTDeviceInfo.mm +++ b/packages/react-native/React/CoreModules/RCTDeviceInfo.mm @@ -233,14 +233,6 @@ static NSDictionary *RCTExportedDimensions(CGFloat fontScale) } - (void)interfaceOrientationDidChange -{ - __weak __typeof(self) weakSelf = self; - RCTExecuteOnMainQueue(^{ - [weakSelf _interfaceOrientationDidChange]; - }); -} - -- (void)_interfaceOrientationDidChange { #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST UIApplication *application = RCTSharedApplication();