Skip to content

Commit

Permalink
RN: Delete AnimationsDebugModule (facebook#44577)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#44577

There are no references to `AnimationsDebugModule` and it is also no longer public, so it is dead code. This cleans it up.

Changelog:
[Android][Removed] - Removed `NativeAnimationsDebugModule` (already not Public API)

Differential Revision: D57351893

fbshipit-source-id: 5a78a3b8e93a87ccb0cd5cdf8d2308d6c53d0ffa
  • Loading branch information
yungsters authored and facebook-github-bot committed May 15, 2024
1 parent 734ac42 commit 95f7a5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 129 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5888,12 +5888,6 @@ declare export function isIgnored(value: mixed): boolean;
"
`;

exports[`public API should not change unintentionally Libraries/NativeModules/specs/NativeAnimationsDebugModule.js 1`] = `
"export * from \\"../../../src/private/specs/modules/NativeAnimationsDebugModule\\";
declare export default typeof NativeAnimationsDebugModule;
"
`;

exports[`public API should not change unintentionally Libraries/NativeModules/specs/NativeDevMenu.js 1`] = `
"export * from \\"../../../src/private/specs/modules/NativeDevMenu\\";
declare export default typeof NativeDevMenu;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 95f7a5c

Please sign in to comment.