Skip to content

Releases: react-native-bridges/react-native-youtube-bridge

@react-native-youtube-bridge/[email protected]

24 Jun 04:45
362e86e

Choose a tag to compare

Patch Changes

  • d2b1b03: fix: migrate from bun to pnpm to resolve workspace dependency resolution issues
    • Bun changeset publish fails to resolve workspace dependencies
    • Migrated from bun to pnpm for stable monorepo workflow
    • Updated CI/CD configurations for pnpm compatibility
  • Updated dependencies [d2b1b03]

@react-native-youtube-bridge/[email protected]

24 Jun 02:18
44828ca

Choose a tag to compare

Patch Changes

@react-native-youtube-bridge/[email protected]

24 Jun 04:45
362e86e

Choose a tag to compare

Patch Changes

  • d2b1b03: fix: migrate from bun to pnpm to resolve workspace dependency resolution issues
    • Bun changeset publish fails to resolve workspace dependencies
    • Migrated from bun to pnpm for stable monorepo workflow
    • Updated CI/CD configurations for pnpm compatibility

@react-native-youtube-bridge/[email protected]

24 Jun 02:18
44828ca

Choose a tag to compare

Patch Changes

  • 3a3112d: fix: remove private flag to enable npm publishing

v0.4.3

22 Jun 08:31
ec141cc

Choose a tag to compare

Patch Changes

  • cc61a8d: fix: override webview source props (method, body, header)

v0.4.2

22 Jun 07:46
a3b932b

Choose a tag to compare

Patch Changes

  • ae3777a: fix(web): prevent player rerender when onError is not wrapped with useCallback

v0.4.1

21 Jun 16:04
975be7f

Choose a tag to compare

Patch Changes

  • ea4af1b: fix: add missing origin parameter for YouTube iframe API security
    • Pass webViewUrl as origin parameter to resolve iframe API restrictions
    • Fix embed access issues when enablejsapi=1 is used

v0.4.0

21 Jun 14:14
358e706

Choose a tag to compare

Minor Changes

  • 6ed4d00: feat: add flexible rendering modes with webViewUrl configuration
    • Add webViewUrl prop for custom source URL configuration
    • Support baseUrl setting for inline HTML mode to resolve embed restrictions
    • Support URI override for WebView mode with custom player pages
    • Update documentation with rendering configuration guide

v0.3.1

20 Jun 05:00
973ebad

Choose a tag to compare

Patch Changes

  • 058d4c8: docs(example): update example video and expo go link

v0.3.0

19 Jun 12:21
3690349

Choose a tag to compare

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