<Text> The active theme is <Strong>{useThemeName()}</Strong>. </Text>
const themeName = useThemeName(); return ( <Text> The active theme is <Strong>{themeName}</Strong>. </Text> );