Skip to content

Commit 8fef0e2

Browse files
committed
Show repeat resizeMode in the Image example
1 parent 600cd39 commit 8fef0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ImageExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ exports.examples = [
558558
source={image}
559559
/>
560560
</View>
561-
{ Platform.OS === 'ios' ?
561+
{ Platform.OS === 'ios' || Platform.OS === 'dom' ?
562562
<View style={styles.leftMargin}>
563563
<Text style={[styles.resizeModeText]}>
564564
Repeat

0 commit comments

Comments
 (0)