diff --git a/packages/react-native/Libraries/ReactNative/AppRegistry.js b/packages/react-native/Libraries/ReactNative/AppRegistry.js index 8e7162b01a03..2c7e36acf2be 100644 --- a/packages/react-native/Libraries/ReactNative/AppRegistry.js +++ b/packages/react-native/Libraries/ReactNative/AppRegistry.js @@ -29,12 +29,6 @@ AppRegistry.registerComponent('LogBox', () => { global.RN$AppRegistry = AppRegistry; -// Backwards compat with SurfaceRegistry, remove me later -global.RN$SurfaceRegistry = { - renderSurface: AppRegistry.runApplication, - setSurfaceProps: AppRegistry.setSurfaceProps, -}; - registerCallableModule('AppRegistry', AppRegistry); export {AppRegistry};