Skip to content

Commit

Permalink
NewAppScreen from public API test (facebook#47707)
Browse files Browse the repository at this point in the history
Summary:

NewAppScreen should be removed from public API test

Changelog: [Internal]

Differential Revision: D66165484
  • Loading branch information
alanleedev authored and facebook-github-bot committed Nov 19, 2024
1 parent abeee15 commit e379c21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6903,49 +6903,6 @@ exports[`public API should not change unintentionally Libraries/Network/fetch.js
"
`;

exports[`public API should not change unintentionally Libraries/NewAppScreen/components/Colors.js 1`] = `
"declare export default {
primary: \\"#1292B4\\",
white: \\"#FFF\\",
lighter: \\"#F3F3F3\\",
light: \\"#DAE1E7\\",
dark: \\"#444\\",
darker: \\"#222\\",
black: \\"#000\\",
};
"
`;

exports[`public API should not change unintentionally Libraries/NewAppScreen/components/DebugInstructions.js 1`] = `
"declare const DebugInstructions: () => Node;
declare export default typeof DebugInstructions;
"
`;

exports[`public API should not change unintentionally Libraries/NewAppScreen/components/Header.js 1`] = `
"declare const Header: () => Node;
declare export default typeof Header;
"
`;

exports[`public API should not change unintentionally Libraries/NewAppScreen/components/HermesBadge.js 1`] = `
"declare const HermesBadge: () => Node;
declare export default typeof HermesBadge;
"
`;

exports[`public API should not change unintentionally Libraries/NewAppScreen/components/LearnMoreLinks.js 1`] = `
"declare const LinkList: () => Node;
declare export default typeof LinkList;
"
`;

exports[`public API should not change unintentionally Libraries/NewAppScreen/components/ReloadInstructions.js 1`] = `
"declare const ReloadInstructions: () => Node;
declare export default typeof ReloadInstructions;
"
`;

exports[`public API should not change unintentionally Libraries/NewAppScreen/index.js 1`] = `
"export {
Colors,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const IGNORE_PATTERNS = [
'**/*.fb.js',
'**/*.macos.js',
'**/*.windows.js',
'Libraries/NewAppScreen/components/**',
// Non source files
'Libraries/Renderer/implementations/**',
'Libraries/Renderer/shims/**',
Expand Down

0 comments on commit e379c21

Please sign in to comment.