react-native-firework-sdk 2.15.1 → 2.15.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.
@@ -118,8 +118,6 @@ public class StoryBlock: UIView, StoryBlockViewControllerDelegate, PictureInPict
118
118
  return
119
119
  }
120
120
 
121
- storyBlockVC.view.flipIfNeeded()
122
-
123
121
  onStoryBlockGetFeedId?(["feedId": storyBlockVC.feedID])
124
122
 
125
123
  self.storyBlockVC = storyBlockVC
@@ -196,8 +196,6 @@ public class VideoFeed: UIView, VideoFeedViewControllerDelegate, PictureInPictur
196
196
  return
197
197
  }
198
198
 
199
- feedVC.view.flipIfNeeded()
200
-
201
199
  onVideoFeedGetFeedId?(["feedId": feedVC.feedID])
202
200
 
203
201
  let viewConfiguration = convertToVideoFeedContentConfiguration()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-firework-sdk",
3
- "version": "2.15.1",
3
+ "version": "2.15.2",
4
4
  "description": "Firework React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -33,6 +33,6 @@ fi
33
33
  s.static_framework = true
34
34
 
35
35
  s.dependency 'React-Core'
36
- s.dependency 'FireworkVideoUI', '0.2.13'
37
- s.dependency 'FireworkVideo', '1.28.0'
36
+ s.dependency 'FireworkVideoUI', '0.2.14'
37
+ s.dependency 'FireworkVideo', '1.28.3'
38
38
  end