I saw one example few months ago where was added extra style to the same element like this:
<Button style={ styles.button && backgroundColor: '#222222'}>
<Text> Learn more </Text>
</Button>
But can't remember how was the right syntax. It's not working now. How can this code be fixed?