Is this sort of thing possible?
<Text style={{ opacity: ${ "blue" == "blue" ? 1 : 0 }, textAlign:"right" }}>Retry</Text>
I know this isn't HOW you do it because it isn't working. But was wondering if there was a way to conditionally create styling without creating an object.