|
1 | | -import { Str } from 'expensify-common'; |
2 | | -import { Alert, Linking, Platform } from 'react-native'; |
| 1 | +import {Str} from 'expensify-common'; |
| 2 | +import {Alert, Linking, Platform} from 'react-native'; |
3 | 3 | import ImageSize from 'react-native-image-size'; |
4 | | -import type { TupleToUnion, ValueOf } from 'type-fest'; |
| 4 | +import type {TupleToUnion, ValueOf} from 'type-fest'; |
5 | 5 | import DateUtils from '@libs/DateUtils'; |
6 | 6 | import getPlatform from '@libs/getPlatform'; |
7 | | -import { translateLocal } from '@libs/Localize'; |
| 7 | +import {translateLocal} from '@libs/Localize'; |
8 | 8 | import Log from '@libs/Log'; |
9 | 9 | import saveLastRoute from '@libs/saveLastRoute'; |
10 | | -import type { FileObject } from '@pages/media/AttachmentModalScreen/types'; |
| 10 | +import type {FileObject} from '@pages/media/AttachmentModalScreen/types'; |
11 | 11 | import CONST from '@src/CONST'; |
12 | | -import type { TranslationPaths } from '@src/languages/types'; |
| 12 | +import type {TranslationPaths} from '@src/languages/types'; |
13 | 13 | import getImageManipulator from './getImageManipulator'; |
14 | 14 | import getImageResolution from './getImageResolution'; |
15 | | -import type { ReadFileAsync, SplitExtensionFromFileName } from './types'; |
16 | | - |
| 15 | +import type {ReadFileAsync, SplitExtensionFromFileName} from './types'; |
17 | 16 |
|
18 | 17 | /** |
19 | 18 | * Show alert on successful attachment download |
|
0 commit comments