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 b4cdf79 commit e6469f6Copy full SHA for e6469f6
.changeset/gentle-houses-attack.md
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# react-native-youtube-bridge
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- b4cdf79: fix: where onProgress is not called when seekTo is invoked
8
+ - add TSDoc documentation
9
+ - add defensive logic for cases without videoId
10
+ - fix issue where seekTo doesn't work properly when paused without interval
11
12
## 0.2.0
13
14
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-youtube-bridge",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "react-native-youtube",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
0 commit comments