react-native-tpstreams 1.0.7 → 1.0.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.
@@ -140,7 +140,6 @@ class TPStreamsRNPlayerView(context: ThemedReactContext) : FrameLayout(context)
140
140
  // Send initial events
141
141
  emitEvent("onPlayerStateChanged", mapOf("playbackState" to 0))
142
142
  emitEvent("onIsPlayingChanged", mapOf("isPlaying" to false))
143
- emitEvent("onPlaybackSpeedChanged", mapOf("speed" to 1.0))
144
143
  emitEvent("onIsLoadingChanged", mapOf("isLoading" to false))
145
144
  } catch (e: Exception) {
146
145
  Log.e("TPStreamsRN", "Error creating player", e)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tpstreams",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Video component for TPStreams",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",