parent
afb2e6fd92
commit
e7277be004
|
@ -33,7 +33,6 @@ exports[`Storyshots Avatar avatar 1`] = `
|
||||||
resizeMode="cover"
|
resizeMode="cover"
|
||||||
source={
|
source={
|
||||||
Object {
|
Object {
|
||||||
"cache": "web",
|
|
||||||
"priority": "high",
|
"priority": "high",
|
||||||
"uri": "baseUrl/avatar/test?format=png&size=50",
|
"uri": "baseUrl/avatar/test?format=png&size=50",
|
||||||
}
|
}
|
||||||
|
@ -80,7 +79,6 @@ exports[`Storyshots Avatar avatar 1`] = `
|
||||||
resizeMode="cover"
|
resizeMode="cover"
|
||||||
source={
|
source={
|
||||||
Object {
|
Object {
|
||||||
"cache": "web",
|
|
||||||
"priority": "high",
|
"priority": "high",
|
||||||
"uri": "baseUrl/avatar/aa?format=png&size=50",
|
"uri": "baseUrl/avatar/aa?format=png&size=50",
|
||||||
}
|
}
|
||||||
|
@ -127,7 +125,6 @@ exports[`Storyshots Avatar avatar 1`] = `
|
||||||
resizeMode="cover"
|
resizeMode="cover"
|
||||||
source={
|
source={
|
||||||
Object {
|
Object {
|
||||||
"cache": "web",
|
|
||||||
"priority": "high",
|
"priority": "high",
|
||||||
"uri": "baseUrl/avatar/bb?format=png&size=50",
|
"uri": "baseUrl/avatar/bb?format=png&size=50",
|
||||||
}
|
}
|
||||||
|
@ -174,7 +171,6 @@ exports[`Storyshots Avatar avatar 1`] = `
|
||||||
resizeMode="cover"
|
resizeMode="cover"
|
||||||
source={
|
source={
|
||||||
Object {
|
Object {
|
||||||
"cache": "web",
|
|
||||||
"priority": "high",
|
"priority": "high",
|
||||||
"uri": "baseUrl/avatar/test?format=png&size=50",
|
"uri": "baseUrl/avatar/test?format=png&size=50",
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,8 +40,7 @@ export default class Avatar extends React.PureComponent {
|
||||||
style={avatarStyle}
|
style={avatarStyle}
|
||||||
source={{
|
source={{
|
||||||
uri,
|
uri,
|
||||||
priority: FastImage.priority.high,
|
priority: FastImage.priority.high
|
||||||
cache: 'web'
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue