FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

Enables image prop to receive any component and render it instead of Image #9

Closed danielweinmann closed 8 years ago

danielweinmann commented 8 years ago

It simply enables us to do the following:

import Icon from 'react-native-vector-icons/FontAwesome'

<GiftedForm.TextInputWidget
  image={ <Icon name="pencil" size={15} color={Colors.lightGray} /> }
/>

What do you say, @FaridSafi?

FaridSafi commented 8 years ago

Looks great man, I will merge asap

danielweinmann commented 8 years ago

Thanks! :D