Closed Exilz closed 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.
source
Image
null
false
Thanks for this PR. But this is duplicated with #12 I'm closing this now.
React native 0.28 doesn't allow the
source
prop ofImage
to be something likenull
or evenfalse
. It would throw an error when trying to convert an NSNull to NSString.