react-native-firework-sdk 1.4.0 → 1.4.2
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.
package/android/build.gradle
CHANGED
|
@@ -168,7 +168,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
|
|
|
168
168
|
|
|
169
169
|
dependencies {
|
|
170
170
|
|
|
171
|
-
def firework_sdk_version = 'v5.14.
|
|
171
|
+
def firework_sdk_version = 'v5.14.3'
|
|
172
172
|
implementation "com.github.loopsocial:firework_sdk:$firework_sdk_version"
|
|
173
173
|
|
|
174
174
|
// noinspection GradleDynamicVersion
|
|
@@ -183,6 +183,7 @@ class ShoppingModule: RCTEventEmitter, FireworkVideoShoppingDelegate, CartViewCo
|
|
|
183
183
|
func fireworkShopping(_ fireworkShopping: FireworkVideoShopping, willDisplayProductInfo productInfoViewConfigurator: ProductInfoViewConfigurable, forVideo video: VideoDetails) {
|
|
184
184
|
let callbackId = ShoppingModule.generateCallbackId()
|
|
185
185
|
self.productInfoViewConfigurator = (callbackId, productInfoViewConfigurator)
|
|
186
|
+
productInfoViewConfigurator.shoppingCartIconConfiguration.isHidden = !self.cartIconVisible
|
|
186
187
|
|
|
187
188
|
#if DEBUG
|
|
188
189
|
let formatter = DateFormatter()
|