IO-3092 Add imgproxy uploads and update expo version.
This commit is contained in:
@@ -16,7 +16,7 @@ export default function DataLabelComponent({
|
||||
);
|
||||
const { key, ...rest } = restProps;
|
||||
return (
|
||||
<View {...rest} style={{ margin: 4, ...restProps.style }}>
|
||||
<View key={key} {...rest} style={{ margin: 4, ...restProps.style }}>
|
||||
<Text style={{ color: "slategray" }}>{label}</Text>
|
||||
<Text>{theContent}</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user