Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/three-papayas-design.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# react-native-youtube-bridge

## 0.3.0

### Minor Changes

- 4925df0: feat: add flexible source prop to support videoId and URL

> [!note]
> ❗ BREAKING CHANGE: videoId prop replaced with source prop
>
> - source accepts string (videoId/URL) or object {videoId} | {url}
> - Add useYouTubeVideoId hook for internal parsing
> - Support multiple YouTube URL formats

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-youtube-bridge",
"version": "0.2.4",
"version": "0.3.0",
"description": "react-native-youtube",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
Expand Down