react-native-tpstreams 1.1.0-debug.6 → 1.1.0-debug.8

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.
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
21
  'DEFINES_MODULE' => 'YES',
22
22
  'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES'
23
23
  }
24
- s.dependency "TPStreamsSDK" , "1.2.14"
24
+ s.dependency "TPStreamsSDK" , "1.2.13"
25
25
  s.source = {
26
26
  :git => "https://github.com/testpress/iOSPlayerSDK.git",
27
27
  :branch => "fix_download_cleanup"
@@ -168,7 +168,7 @@ class TPStreamsRNPlayerView: UIView {
168
168
 
169
169
  attachPlayerViewController(playerVC)
170
170
 
171
- // if shouldAutoPlay { player.play() }
171
+ if shouldAutoPlay { player.play() }
172
172
  playerViewController = playerVC
173
173
  }
174
174
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tpstreams",
3
- "version": "1.1.0-debug.6",
3
+ "version": "1.1.0-debug.8",
4
4
  "description": "Video component for TPStreams",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",