Skip to content

Commit b8bb88d

Browse files
javachemeta-codesync[bot]
authored andcommitted
Remove legacy SurfaceRegistry reference (#56972)
Summary: Pull Request resolved: #56972 No longer referenced by native Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D106357609 fbshipit-source-id: bc49538f7634230e667cad98f9beef0bd97c4f19
1 parent 98d07b3 commit b8bb88d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/react-native/Libraries/ReactNative/AppRegistry.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ AppRegistry.registerComponent('LogBox', () => {
2929

3030
global.RN$AppRegistry = AppRegistry;
3131

32-
// Backwards compat with SurfaceRegistry, remove me later
33-
global.RN$SurfaceRegistry = {
34-
renderSurface: AppRegistry.runApplication,
35-
setSurfaceProps: AppRegistry.setSurfaceProps,
36-
};
37-
3832
registerCallableModule('AppRegistry', AppRegistry);
3933

4034
export {AppRegistry};

0 commit comments

Comments
 (0)