Skip to content

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

v0.2.4

19 Jun 07:41
07333dd

Choose a tag to compare

Patch Changes

  • a71768e: refactor(web): extract YouTubePlayerCore class for better architecture
    • Separate business logic from React lifecycle
    • Create framework-agnostic core with useYouTubePlayer hook

v0.2.3

19 Jun 00:42
d7cad9c

Choose a tag to compare

Patch Changes

  • bf1b999: chore(package.json): remove src folder when uploading to npm (-53.5kb)

v0.2.2

18 Jun 12:57
256502c

Choose a tag to compare

Patch Changes

  • 5c8c57d: refactor: organize and constantize error codes

v0.2.1

18 Jun 12:10
e6469f6

Choose a tag to compare

Patch Changes

  • b4cdf79: fix: where onProgress is not called when seekTo is invoked
    • add TSDoc documentation
    • add defensive logic for cases without videoId
    • fix issue where seekTo doesn't work properly when paused without interval

v0.2.0

18 Jun 05:50
df8960e

Choose a tag to compare

Minor Changes

  • 878a2a9: fix: change props name from webviewProps to webViewProps

v0.1.0

18 Jun 02:42
5fce38e

Choose a tag to compare

Minor Changes

  • 83a2b0f: feat: 🎉 Initial Release react-native-youtube-bridge v0.1.0