bitmovin-player-react-native 0.15.0 → 0.16.0

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/README.md CHANGED
@@ -35,6 +35,10 @@ Our API reference can be found [here](https://cdn.bitmovin.com/player/reactnativ
35
35
 
36
36
  Our [Getting Started Guide](https://developer.bitmovin.com/playback/docs/getting-started-react-native) walks you through setting up and configuring the Bitmovin Player in React Native projects.
37
37
 
38
+ ### Low-Code Wizard
39
+
40
+ Use the [Low-Code Wizard](https://dashboard.bitmovin.com/player/getting-started) in your Dashboard to quickly get started with the Player, with just a few lines of code.
41
+
38
42
  ### Feature Guides
39
43
 
40
44
  Check out our [React Native Guides](https://developer.bitmovin.com/playback/docs/guides-react-native) for more information on how to set up Player features such as Advertising, DRM-protected playback, Subtitles and more.
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
20
20
 
21
21
  s.dependency "React-Core"
22
- s.dependency "BitmovinPlayer", "3.51.0"
22
+ s.dependency "BitmovinPlayer", "3.53.0"
23
23
  s.ios.dependency "GoogleAds-IMA-iOS-SDK", "3.18.4"
24
24
  s.tvos.dependency "GoogleAds-IMA-tvOS-SDK", "4.8.2"
25
25
  end
@@ -103,5 +103,5 @@ dependencies {
103
103
  // Bitmovin
104
104
  implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.31.0'
105
105
  implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
106
- implementation 'com.bitmovin.player:player:3.54.0+jason'
106
+ implementation 'com.bitmovin.player:player:3.56.0+jason'
107
107
  }
@@ -1,5 +1,5 @@
1
1
  android.useAndroidX=true
2
- BitmovinPlayerReactNative_kotlinVersion=1.8.20
2
+ BitmovinPlayerReactNative_kotlinVersion=1.9.21
3
3
  BitmovinPlayerReactNative_minSdkVersion=21
4
4
  BitmovinPlayerReactNative_targetSdkVersion=33
5
5
  BitmovinPlayerReactNative_compileSdkVersion=33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitmovin-player-react-native",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "description": "Official React Native bindings for Bitmovin's mobile Player SDKs.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -37,10 +37,11 @@
37
37
  "integration-test": "yarn --cwd integration_test",
38
38
  "pods": "yarn example pods && yarn integration-test pods",
39
39
  "bootstrap": "yarn bootstrap:example && yarn bootstrap:integration-test",
40
- "bootstrap:example": "yarn && yarn example && yarn example pods && yarn brew",
41
- "bootstrap:integration-test": "yarn && yarn integration-test && yarn integration-test pods && yarn brew",
40
+ "bootstrap:example": "yarn && patch-package && yarn example && yarn example pods && yarn brew",
41
+ "bootstrap:integration-test": "yarn && patch-package && yarn integration-test && yarn integration-test pods && yarn brew",
42
42
  "brew": "[ \"$(uname)\" = \"Darwin\" ] && brew bundle install --no-lock",
43
43
  "prepare": "husky install",
44
+ "postinstall": "patch-package",
44
45
  "docs": "typedoc"
45
46
  },
46
47
  "keywords": [
@@ -75,6 +76,8 @@
75
76
  "lint-staged": "13.0.3",
76
77
  "metro-config": "0.72.3",
77
78
  "metro-react-native-babel-preset": "0.72.3",
79
+ "patch-package": "^8.0.0",
80
+ "postinstall-postinstall": "^2.1.0",
78
81
  "prettier": "2.7.1",
79
82
  "react": "18.2.0",
80
83
  "react-native": "0.72.6",