<ThemeNameConsumer> {(themeName) => ( <Text> The active theme is <Strong>{themeName}</Strong>. </Text> )} </ThemeNameConsumer>