joshuapinter / react-native-unified-contacts

Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.
MIT License
158 stars 56 forks source link

Added fix for missing thumbnailImageData #3

Closed homanp closed 8 years ago

homanp commented 8 years ago

This fixes issue with crash due the fact that imageDataAvailable could be True even if thumbnailImageData is nil.

joshuapinter commented 8 years ago

Good catch! 👍