corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Impossible to change selected icon #29

Closed seestems closed 9 years ago

seestems commented 9 years ago

It is no way to change icon for active/inactive state.

corymsmith commented 9 years ago

@chessman2 You would just have to render a different icon for that state, I've used that for checkboxes, radio buttons, etc

kevinaltschuler commented 9 years ago

how did you rerender? right now i have the icon's name in a variable and im changing the name based on the state.. but it seems like its not rerendering

heres my render function if youre willing to help

http://pastebin.com/LWpsubkf