react-native-tpstreams 1.0.3-debug.3 → 1.0.3-debug.4

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 @@ protocol TokenRequestDelegate: AnyObject {
21
21
  class TPStreamsDownloadModule: RCTEventEmitter, TPStreamsDownloadDelegate {
22
22
 
23
23
  private let downloadManager = TPStreamsDownloadManager.shared
24
- private var isListening = false
24
+ private var isListening = true
25
25
  private var tokenDelegate: TokenRequestDelegate?
26
26
  static var shared: TPStreamsDownloadModule?
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tpstreams",
3
- "version": "1.0.3-debug.3",
3
+ "version": "1.0.3-debug.4",
4
4
  "description": "Video component for TPStreams",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",