react-native-firework-sdk 1.5.3-beta.1 → 1.5.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.
@@ -194,7 +194,6 @@ public class VideoFeed: UIView, VideoFeedViewControllerDelegate {
194
194
  }
195
195
  }
196
196
  NSLayoutConstraint.activate(subView.constraints(equalTo: feedVC.view))
197
-
198
197
  }
199
198
 
200
199
  var viewConfiguration = convertToVideoFeedContentConfiguration()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-firework-sdk",
3
- "version": "1.5.3-beta.1",
3
+ "version": "1.5.3",
4
4
  "description": "Firework React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",