Skip to content

Commit

Permalink
Remove unused ReactFabricInternals API (#47454)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #47454

As far as I can tell, this module is now unused both within the codebase and externally. Delete to reduce our public API surface (deep module is an accessible import path).

Changelog:
[General][Breaking] - Remove ReactFabricInternals module

Reviewed By: cortinico

Differential Revision: D65535378

fbshipit-source-id: 25ee16ccc637815ffe1c69a5fc546bd3e11d1689
  • Loading branch information
huntie authored and facebook-github-bot committed Nov 6, 2024
1 parent 1be0387 commit 0c21db3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7525,14 +7525,6 @@ declare module.exports: UIManagerJS;
"
`;

exports[`public API should not change unintentionally Libraries/ReactNative/ReactFabricInternals.js 1`] = `
"declare const createReactNativeComponentClass: $FlowFixMe;
declare module.exports: {
createReactNativeComponentClass: createReactNativeComponentClass,
};
"
`;

exports[`public API should not change unintentionally Libraries/ReactNative/ReactFabricPublicInstance/ReactFabricHostComponent.js 1`] = `
"declare export default class ReactFabricHostComponent
implements INativeMethods
Expand Down

0 comments on commit 0c21db3

Please sign in to comment.