Release 1.0.7 - Add version.
This commit is contained in:
@@ -17,8 +17,8 @@ export default function DataLabelComponent({
|
||||
|
||||
return (
|
||||
<View {...restProps}>
|
||||
<Text>{label}</Text>
|
||||
<TextInput disabled placeholder={theContent} />
|
||||
<TextInput disabled placeholder={label} />
|
||||
<Text>{theContent}</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user