We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a8dc2 commit 629e85dCopy full SHA for 629e85d
.changeset/itchy-rooms-crash.md
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# react-native-vimeo-bridge
2
3
+## 1.1.0
4
+
5
+### Minor Changes
6
7
+- d8a8dc2: feat: add support for multiple concurrent players
8
9
+ - Enable simultaneous usage of multiple player instances
10
+ - Implement independent instance management for each player
11
+ - Support concurrent playback without interference
12
13
## 1.0.5
14
15
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-vimeo-bridge",
- "version": "1.0.5",
+ "version": "1.1.0",
"description": "🎥 Easy-to-use Vimeo player for React Native with cross-platform support",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
0 commit comments