ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

How to add a image to the button #41

Open eoinlane opened 8 years ago

eoinlane commented 8 years ago

Thanks very much for creating this button. If i wanted to add a image to the button how might i do that?

I have attached a mock up of what i am looking for.

Eoin screen shot 2016-07-13 at 14 41 25

ide commented 8 years ago

You should be able to write:

<Button>
  <Image />
  <Text>Marketing</Text>
</Button>

and fiddle with the styling to get the layout you want.

alainib commented 7 years ago

@ide this doesn't work

alainib commented 7 years ago

i found this repo https://github.com/bird-frank/react-native-combined-button

need some tweak for style but work