mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-09-02 06:41:06 +00:00
fix lint
This commit is contained in:
@@ -31,21 +31,21 @@ const PriorityExample = ({ onPressReload, bust }: PriorityExampleProps) => (
|
||||
style={styles.image}
|
||||
source={{
|
||||
uri: IMAGE_URLS[0] + bust,
|
||||
priority: 'low'
|
||||
priority: 'low',
|
||||
}}
|
||||
/>
|
||||
<FastImage
|
||||
style={styles.image}
|
||||
source={{
|
||||
uri: IMAGE_URLS[1] + bust,
|
||||
priority: 'normal'
|
||||
priority: 'normal',
|
||||
}}
|
||||
/>
|
||||
<FastImage
|
||||
style={styles.image}
|
||||
source={{
|
||||
uri: IMAGE_URLS[2] + bust,
|
||||
priority: 'high'
|
||||
priority: 'high',
|
||||
}}
|
||||
/>
|
||||
</SectionFlex>
|
||||
|
||||
Reference in New Issue
Block a user