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

Fix issues with swift 2.3 and xcode 8 #13

Closed olegpesok closed 7 years ago

olegpesok commented 7 years ago

Current code doesn't seem to compile in Xcode 8, even in swift 2.3 mode. This castes optional values to empty strings before trying to convert them.

joshuapinter commented 7 years ago

Thanks. I'll look at this tonight and make sure it's compatible for 2.3 and 3.0 as well.

Jarred-Sumner commented 7 years ago

plz approve this - gonna use this branch for an app with ~5k-10k users because I can't use the main one

joshuapinter commented 7 years ago

Sorry for the delay, guys!

joshuapinter commented 7 years ago

Version 0.5.2 just published to npm.

Jarred-Sumner commented 7 years ago

awesome