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

@@ -21,9 +21,7 @@ import {Search} from '../SearchInput';
import SelectionHeader from '../SelectionHeader';
import {inputRef} from '../../utils/refs';
export const AnimatedSafeAreaView = Animatable.createAnimatableComponent(
SafeAreaView,
);
const AnimatedSafeAreaView = Animatable.createAnimatableComponent(SafeAreaView);
const AnimatedTouchableOpacity = Animatable.createAnimatableComponent(
TouchableOpacity,