magicismight / react-native-lazyload

lazyload for react native
MIT License
414 stars 108 forks source link

Fix Image component with react-native 0.28 #13

Closed Exilz closed 8 years ago

Exilz commented 8 years ago

React native 0.28 doesn't allow the sourceprop of Image to be something like null or even false. It would throw an error when trying to convert an NSNull to NSString.

magicismight commented 8 years ago

Thanks for this PR. But this is duplicated with #12 I'm closing this now.