Skip to content

Commit

Permalink
Merge pull request #50 from aprilsnows/master
Browse files Browse the repository at this point in the history
fix warning of requiring main queue setup
  • Loading branch information
pradeep1991singh authored Jul 23, 2019
2 parents 4dbc06e + 169533f commit 307a0d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/RNSecureKeyStore.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ - (dispatch_queue_t)methodQueue
return dispatch_get_main_queue();
}

+ (BOOL)requiresMainQueueSetup
{
return NO;
}

RCT_EXPORT_MODULE()

static NSString *serviceName = @"RNSecureKeyStoreKeyChain";
Expand Down

0 comments on commit 307a0d8

Please sign in to comment.