expo-helium 3.0.6 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -165,6 +165,9 @@ public class HeliumPaywallSdkModule: Module {
|
|
|
165
165
|
apiKey: config["apiKey"] as? String ?? "",
|
|
166
166
|
heliumPaywallDelegate: useDefaultDelegate ? defaultDelegate : internalDelegate,
|
|
167
167
|
fallbackConfig: HeliumFallbackConfig.withMultipleFallbacks(
|
|
168
|
+
// As a workaround for required fallback check in iOS, supply empty fallbackPerTrigger
|
|
169
|
+
// since currently iOS requires some type of fallback but RN does not.
|
|
170
|
+
fallbackPerTrigger: [:],
|
|
168
171
|
fallbackBundle: fallbackBundleURL,
|
|
169
172
|
useLoadingState: useLoadingState,
|
|
170
173
|
loadingBudget: loadingBudget,
|