() => (
<Stack>
<Text>This text appears all of the time. Resize to change other text.</Text>
<Mobile>
<Text>This text only appears on smaller screens.</Text>
</Mobile>
</Stack>
);