This commit is contained in:
ammarahm-ed
2020-03-21 09:54:43 +05:00
parent 175457393f
commit fa19d623f8
6 changed files with 11 additions and 16 deletions

View File

@@ -17,10 +17,6 @@ import {eSendEvent} from '../../services/eventManager';
import {eOpenMoveNoteDialog, eOpenSimpleDialog} from '../../services/events';
import {TEMPLATE_DELETE} from '../DialogManager/templates';
export const AnimatedSafeAreaView = Animatable.createAnimatableComponent(
SafeAreaView,
);
export const SelectionHeader = () => {
// State
const [state, dispatch] = useTracked();