Resolve issue for temp uploads & add search.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { DateTime } from "luxon";
|
||||
import React from "react";
|
||||
import { Text, TextInput, View } from "react-native";
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
export default function DataLabelComponent({
|
||||
label,
|
||||
@@ -16,8 +16,8 @@ export default function DataLabelComponent({
|
||||
);
|
||||
|
||||
return (
|
||||
<View {...restProps}>
|
||||
<TextInput disabled placeholder={label} />
|
||||
<View {...restProps} style={{ margin: 4, ...restProps.style }}>
|
||||
<Text style={{ color: "slategray" }}>{label}</Text>
|
||||
<Text>{theContent}</Text>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user