We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb13f8 commit 5edf823Copy full SHA for 5edf823
src/components/Dialog.js
@@ -12,7 +12,7 @@ import {
12
import Overlay from './Overlay';
13
14
import DefaultAnimation from '../animations/DefaultAnimation';
15
-import { type DialogType } from '../Type';
+import type { DialogType } from '../Type';
16
17
const { width: screenWidth, height: screenHeight } = Dimensions.get('window');
18
0 commit comments