Release 1.0.7 - Add version.

This commit is contained in:
Patrick Fic
2021-05-04 10:26:24 -07:00
parent 02e0f7ba7d
commit 664171ffc5
9 changed files with 56 additions and 9 deletions

View File

@@ -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>
);
}