From Sketch:

My code:
<Button
block
rounded
iconLeft
style={{ height: 53, marginBottom: 10 }}
>
<Icon name="logo-google" />
<Text>Continue with Google</Text>
</Button>

@appjitsu Apply style rule justifyContent: "flex-start" to the Button.
Ah ok. Thanks. What do you recommend for the full images next to the text instead of using icons?
~ Jason
On Sep 11, 2017, at 1:13 AM, Shivraj notifications@github.com wrote:
@appjitsu Apply style rule justifyContent: "flex-start" to the Button.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@appjitsu You can use Image itself there
@shivrajkumar Thanks!
Most helpful comment
@appjitsu Apply style rule
justifyContent: "flex-start"to the Button.