fix: disable Google IMA by default on ios. now shall be enabled in project podfile

This commit is contained in:
olivier
2023-03-12 23:29:03 +01:00
parent edf7eee287
commit 4aca30d308
5 changed files with 46 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
#if USE_GOOGLE_IMA
import Foundation
import GoogleInteractiveMediaAds
@@ -185,3 +186,4 @@ class RCTIMAAdsManager: NSObject, IMAAdsLoaderDelegate, IMAAdsManagerDelegate {
return result;
}
}
#endif