react-native-firework-sdk 2.11.1 → 2.11.3

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.
@@ -5,4 +5,4 @@ FireworkSDK_kotlinVersion=1.6.10
5
5
  FireworkSDK_minSdkVersion=21
6
6
  FireworkSDK_compileSdkVersion=33
7
7
  FireworkSDK_targetSdkVersion=33
8
- FireworkSDK_fwNativeVersion=6.9.1
8
+ FireworkSDK_fwNativeVersion=6.9.3
@@ -5,6 +5,8 @@
5
5
  // Created by linjie jiang on 2022/8/11.
6
6
  //
7
7
 
8
+ // swiftlint:disable file_length
9
+
8
10
  import FireworkVideo
9
11
  import UIKit
10
12
 
@@ -353,7 +355,7 @@ public class StoryBlock: UIView, StoryBlockViewControllerDelegate, PictureInPict
353
355
  resultConfig.replayBadge.isHidden = false
354
356
  resultConfig.fullScreenPlayerView.replayBadge.isHidden = false
355
357
  }
356
-
358
+
357
359
  if let countdownTimerConfiguration = config.countdownTimerConfiguration {
358
360
  resultConfig.countdownTimerConfiguration = countdownTimerConfiguration.fwCountdownTimerConfiguration()
359
361
  // swiftlint:disable:next line_length
@@ -520,7 +520,7 @@ extension VideoFeed {
520
520
  } else {
521
521
  vpcConfig.replayBadge.isHidden = false
522
522
  }
523
-
523
+
524
524
  if let countdownTimerConfiguration = config.countdownTimerConfiguration {
525
525
  vpcConfig.countdownTimerConfiguration = countdownTimerConfiguration.fwCountdownTimerConfiguration()
526
526
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-firework-sdk",
3
- "version": "2.11.1",
3
+ "version": "2.11.3",
4
4
  "description": "Firework React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",