Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions packages/react-native/Libraries/Animated/AnimatedWeb.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -279,16 +279,6 @@ exports[`public API should not change unintentionally Libraries/Animated/Animate
"
`;

exports[`public API should not change unintentionally Libraries/Animated/AnimatedWeb.js 1`] = `
"declare export default {
...AnimatedImplementation,
div: AnimatedComponentType<React.PropsOf<\\"div\\">>,
span: AnimatedComponentType<React.PropsOf<\\"span\\">>,
img: AnimatedComponentType<React.PropsOf<\\"img\\">>,
};
"
`;

exports[`public API should not change unintentionally Libraries/Animated/Easing.js 1`] = `
"declare const Easing: {
step0(n: number): number,
Expand Down