rt2zz / react-native-addressbook

React Native AddressBook
82 stars 13 forks source link

crash triggered at getABPersonThumbnailFilepath #11

Open ewaltman opened 8 years ago

ewaltman commented 8 years ago

We're using your module in our RN app and it's been great, but recently a few users are experiencing a crash that we believe is in RCTAddressBook.m. We've tracked it down to line 162, but only through anonymized crash reports.

[contact setObject: [self getABPersonThumbnailFilepath:person] forKey:@"thumbnailPath"];

Has anyone seen this before?