We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe0da7 commit df56f56Copy full SHA for df56f56
1 file changed
src/components/Modal/ReanimatedModal/index.tsx
@@ -4,10 +4,10 @@ import type {NativeEventSubscription, ViewStyle} from 'react-native';
4
import {BackHandler, Dimensions, InteractionManager, Modal, View} from 'react-native';
5
import {LayoutAnimationConfig} from 'react-native-reanimated';
6
import KeyboardAvoidingView from '@components/KeyboardAvoidingView';
7
-import Backdrop from '@components/Modal/ReanimatedModal/Backdrop';
8
import useThemeStyles from '@hooks/useThemeStyles';
9
import getPlatform from '@libs/getPlatform';
10
import CONST from '@src/CONST';
+import Backdrop from './Backdrop';
11
import Container from './Container';
12
import type ModalProps from './types';
13
0 commit comments