@tryheliumai/paywall-sdk-react-native 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.
|
@@ -273,6 +273,9 @@ class HeliumBridge: RCTEventEmitter {
|
|
|
273
273
|
apiKey: apiKey,
|
|
274
274
|
heliumPaywallDelegate: useDefaultDelegate ? defaultDelegate : self.bridgingDelegate!,
|
|
275
275
|
fallbackConfig: HeliumFallbackConfig.withMultipleFallbacks(
|
|
276
|
+
// As a workaround for required fallback check in iOS, supply empty fallbackPerTrigger
|
|
277
|
+
// since currently iOS requires some type of fallback but RN does not.
|
|
278
|
+
fallbackPerTrigger: [:],
|
|
276
279
|
fallbackBundle: fallbackBundleURL,
|
|
277
280
|
useLoadingState: useLoadingState,
|
|
278
281
|
loadingBudget: loadingBudget,
|