bitmovin-player-react-native 1.16.0 → 1.17.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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.17.0] - 2026-04-17
4
+
5
+ ### Changed
6
+
7
+ - Update Bitmovin's native Android SDK version to `3.149.0+jason`
8
+ - Update Expo SDK version to `54.0.33` and React Native version to `0.81.5`
9
+ - Minimum supported Expo SDK version is now `54`
10
+ - Minimum supported React Native version is now `0.81.5`
11
+
12
+ ## [1.16.0] - 2026-04-10
13
+
3
14
  ## [1.16.0] - 2026-04-10
4
15
 
5
16
  ### Added
package/README.md CHANGED
@@ -14,7 +14,7 @@ This is an open-source project created to enable customers to integrate the Bitm
14
14
 
15
15
  ## Platform Support
16
16
 
17
- This library requires at least Expo 53+, React Native 0.79+ and React 17+ to work properly. The **officially supported** platforms are:
17
+ This library requires at least Expo 54+, React Native 0.79+ and React 17+ to work properly. The **officially supported** platforms are:
18
18
 
19
19
  - **iOS/iPadOS/tvOS:** 15.1+
20
20
  - **Android:** 7.0+
@@ -108,6 +108,6 @@ dependencies {
108
108
 
109
109
  // Bitmovin
110
110
  implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
111
- implementation 'com.bitmovin.player:player:3.146.0+jason'
112
- implementation 'com.bitmovin.player:player-media-session:3.146.0+jason'
111
+ implementation 'com.bitmovin.player:player:3.149.0+jason'
112
+ implementation 'com.bitmovin.player:player-media-session:3.149.0+jason'
113
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitmovin-player-react-native",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Official React Native bindings for Bitmovin's mobile Player SDKs.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -56,27 +56,27 @@
56
56
  "license": "MIT",
57
57
  "homepage": "https://bitmovin.com/video-player/react-native-sdk",
58
58
  "dependencies": {
59
- "expo-crypto": "~14.1.5",
60
- "expo-keep-awake": "~14.1.4"
59
+ "expo-crypto": "~15.0.8",
60
+ "expo-keep-awake": "~15.0.8"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@babel/core": "^7.28.0",
64
- "@types/react": "~19.0.10",
64
+ "@types/react": "~19.1.10",
65
65
  "eslint": "^8.57.0",
66
- "eslint-config-expo": "~9.2.0",
66
+ "eslint-config-expo": "~10.0.0",
67
67
  "eslint-config-prettier": "^9.1.0",
68
68
  "eslint-plugin-prettier": "^5.5.1",
69
- "expo": "53.0.27",
69
+ "expo": "~54.0.33",
70
70
  "expo-module-scripts": "^4.1.9",
71
71
  "lint-staged": "13.0.3",
72
72
  "prettier": "^3.6.2",
73
- "react": "19.0.0",
74
- "react-native": "0.79.6",
73
+ "react": "19.1.0",
74
+ "react-native": "0.81.5",
75
75
  "typedoc": "^0.28.7",
76
- "typescript": "~5.8.3"
76
+ "typescript": "~5.9.2"
77
77
  },
78
78
  "peerDependencies": {
79
- "expo": ">=53.0.0",
79
+ "expo": ">=54.0.0",
80
80
  "expo-crypto": ">=14.0.0",
81
81
  "react": "*",
82
82
  "react-native": "*"
@@ -1 +1 @@
1
- {"root":["./src/Features.ts","./src/index.ts","./src/withAppGradleDependencies.ts","./src/withBitmovinAndroidConfig.ts","./src/withBitmovinConfig.ts","./src/withBitmovinIosConfig.ts"],"version":"5.8.3"}
1
+ {"root":["./src/Features.ts","./src/index.ts","./src/withAppGradleDependencies.ts","./src/withBitmovinAndroidConfig.ts","./src/withBitmovinConfig.ts","./src/withBitmovinIosConfig.ts"],"version":"5.9.3"}