We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e8d41 commit c6ad953Copy full SHA for c6ad953
ios/RNInstabug/InstabugReactBridge.m
@@ -564,7 +564,7 @@ - (dispatch_queue_t)methodQueue {
564
actionTypes |= [boxedValue intValue];
565
}
566
567
- [IBGFeatureRequests setEmailFieldRequired:false forAction:actionTypes];
+ [IBGFeatureRequests setEmailFieldRequired:isEmailFieldRequired forAction:actionTypes];
568
569
570
@@ -714,7 +714,7 @@ - (NSDictionary *)constantsToExport
714
715
+ (BOOL)requiresMainQueueSetup
716
{
717
- return YES;
+ return NO;
718
719
720
+ (BOOL)iOSVersionIsLessThan:(NSString *)iOSVersion {
0 commit comments