Skip to content

Commit

Permalink
Remove unused RoundButtonSizeToggler component with Reanimated 1 usage (
Browse files Browse the repository at this point in the history
  • Loading branch information
jkadamczyk committed May 13, 2022
1 parent 2abd855 commit 0a47efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 102 deletions.
98 changes: 0 additions & 98 deletions src/components/animations/RoundButtonSizeToggler.js

This file was deleted.

6 changes: 2 additions & 4 deletions src/components/animations/index.js
Expand Up @@ -14,10 +14,8 @@ export {
} from './ButtonPressAnimation';
export { default as FlyInAnimation } from './FlyInAnimation';
export { default as OpacityToggler } from './OpacityToggler';
export {
default as RoundButtonSizeToggler,
RoundButtonCapSize,
} from './RoundButtonSizeToggler';
export { default as ScaleInAnimation } from './ScaleInAnimation';
export { default as ShimmerAnimation } from './ShimmerAnimation';
export { default as SpinAnimation } from './SpinAnimation';

export const RoundButtonCapSize = 30;

0 comments on commit 0a47efb

Please sign in to comment.