Skip to content

Commit 989d8d8

Browse files
fix: Eslint warnings inside ImageExample
1 parent 0c3db7a commit 989d8d8

File tree

2 files changed

+254
-120
lines changed

2 files changed

+254
-120
lines changed

Libraries/Image/ImageProps.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import type {
2121
import type {ViewProps} from '../Components/View/ViewPropTypes';
2222
import type {Node, Ref} from 'react';
2323
import typeof Image from './Image';
24-
import type {DimensionValue} from '../StyleSheet/StyleSheetTypes';
2524

2625
export type ImageLoadEvent = SyntheticEvent<
2726
$ReadOnly<{|

0 commit comments

Comments
 (0)