Skip to content

Commit 3d97512

Browse files
committed
SlideAnimationView: Delete.
We've just replaced our only use of this with something that has a better API; see discussion [1]. Also, its interface seemed a little confused -- if it was meant to "slide" something, I wouldn't expect callers themselves to have to specify, e.g., `translateX` or `translateY`, over things that clearly don't make things slide, like `rotateX` or `skewX` [2]. [1] https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/.60View.60's.20.60onLayout.60.20prop/near/1110130 [2] https://reactnative.dev/docs/transforms
1 parent 20e3dab commit 3d97512

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

src/common/SlideAnimationView.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/common/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export { default as SearchInput } from './SearchInput';
2929
export { default as SectionHeader } from './SectionHeader';
3030
export { default as SectionSeparator } from './SectionSeparator';
3131
export { default as SectionSeparatorBetween } from './SectionSeparatorBetween';
32-
export { default as SlideAnimationView } from './SlideAnimationView';
3332
export { default as SmartUrlInput } from './SmartUrlInput';
3433
export { default as SpinningProgress } from './SpinningProgress';
3534
export { default as GroupAvatar } from './GroupAvatar';

0 commit comments

Comments
 (0)