Upload improvements for imgproxy.
This commit is contained in:
@@ -33,7 +33,14 @@ const ImageLoader = ({ style, source, ...props }) => {
|
||||
if (loading)
|
||||
return (
|
||||
<>
|
||||
<ActivityIndicator style={{ ...style, position: "absolute" }} />
|
||||
<ActivityIndicator
|
||||
style={{
|
||||
...style,
|
||||
position: "absolute",
|
||||
alignSelf: "center",
|
||||
margin: 12,
|
||||
}}
|
||||
/>
|
||||
{memorizedImage}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user