Kelly Pangburn

Results 12 comments of Kelly Pangburn

@Bucimis this sounds like a similar situation that our company is running into. We'd like to change the sdk configuration after a user is authenticated our system. That makes it...

The latest release does not work for me. I resolved it by updating RCTContacts.m to this: Line 56: ``` RCT_EXPORT_METHOD(checkPermission:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock) __unused reject) { CNAuthorizationStatus authStatus = [CNContactStore authorizationStatusForEntityType:CNEntityTypeContacts]; if...