Skip to content

Commit a10ab3f

Browse files
authored
fix: Flow syntax error (DylanVann#924)
1 parent f6a3fe4 commit a10ab3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export type FastImageProps = $ReadOnly<{|
5757
onProgress?: ?(event: OnProgressEvent) => void,
5858

5959
source?: ?(FastImageSource | number),
60-
defaultSource?: ?number
60+
defaultSource?: ?number,
6161

6262
resizeMode?: ?ResizeModes,
6363
fallback?: ?boolean,

0 commit comments

Comments
 (0)