corymsmith / react-native-icons

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

Bug fix: check if any part of the 'icon' hash has changed when checking ... #14

Closed badfortrains closed 9 years ago

badfortrains commented 9 years ago

...props updates on FAKIconImage

Ran into the issue reported in https://github.com/corymsmith/react-native-icons/issues/8, this fixed it for me.

corymsmith commented 9 years ago

This is great, thanks @badfortrains!