Code editor
() => ( <Stack flex> <Text>Normal text</Text> <Text weight="bold">Bold text</Text> </Stack> );
(
)
=>
(
<
Stack
flex
>
<
Text
>
Normal text
</
Text
>
<
Text
weight
=
"
bold
"
>
Bold text
</
Text
>
</
Stack
>
)
;