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.
|
@@ -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