Brian Thurlow

Results 7 comments of Brian Thurlow

@chakflying I have reverted some of the formatting that came over to make for an easier review of the changes.

@louislam If it suits you, once I can get back on this code base, I'll see about consolidating all the keyword code into a single method to make management and...

@mikehardy We're using our staging environment, which utilizes the real cloud auth service with a test number and code. The same MFA credentials work on Android but fail with this...

@mikehardy Thank you for looking into this. I will continue to troubleshoot on my side as well and will report any findings should I come across them.

@zoobibackups Support for Google-Mobile-Ads-SDK v11 RNAdmobNativeAdsManager.m ``` #import "RNAdmobNativeAdsManager.h" #import "RNNativeAdMobUtils.h" #import "CacheManager.h" @import GoogleMobileAds; #ifdef MEDIATION_FACEBOOK @import FBAudienceNetwork; #endif @implementation RNAdmobNativeAdsManager RCT_EXPORT_MODULE(); RCT_EXPORT_METHOD(isTestDevice:resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject){ } RCT_EXPORT_METHOD(registerRepository:(NSDictionary *)config resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject){...