react-native-theoplayer 9.1.1 → 9.1.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.
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [9.1.2] - 25-05-14
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Prevented a possible crash on iOS/tvOS by deallocating the player instance without calling an explicit 'destroy' that brings the native player API at risk. The erroneous destroy method will be deprecated on the native SDK.
|
|
13
|
+
|
|
8
14
|
## [9.1.1] - 25-04-24
|
|
9
15
|
|
|
10
16
|
### Fixed
|
|
@@ -112,7 +112,6 @@ public class THEOplayerRCTView: UIView {
|
|
|
112
112
|
|
|
113
113
|
self.destroyBackgroundAudio()
|
|
114
114
|
self.player?.removeAllIntegrations()
|
|
115
|
-
self.player?.destroy()
|
|
116
115
|
self.player = nil
|
|
117
116
|
if DEBUG_THEOPLAYER_INTERACTION { PrintUtils.printLog(logText: "[NATIVE] THEOplayer instance destroyed.") }
|
|
118
117
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.1.
|
|
1
|
+
{"version":"9.1.2","buildDate":"2025-05-14T13:39:57.943Z"}
|
package/lib/module/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.1.
|
|
1
|
+
{"version":"9.1.2","buildDate":"2025-05-14T13:39:57.943Z"}
|
package/package.json
CHANGED
package/src/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.1.
|
|
1
|
+
{"version":"9.1.2","buildDate":"2025-05-14T13:39:57.943Z"}
|