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

Make `thumbnailImageData` optional as it may cause significant performance overhead. #19

Open joonhocho opened 7 years ago

joshuapinter commented 7 years ago

Thanks for bringing this up, @joonhocho!

I tested it against 5000 contacts and it didn't seem to be an issue but it's a good idea to make it optional. I'll do some benchmarking and report back with what I find.

paintedbicycle commented 6 years ago

I think this is important for Android. I've read in some of the other contacts repos about Android crashing with too much memory usage.