React Native Youtube Iframe Versions Save

A wrapper of the Youtube-iframe API built for react native.

v2.3.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/LonelyCpp/react-native-youtube-iframe/compare/2.2.2...v2.3.0

2.2.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/LonelyCpp/react-native-youtube-iframe/compare/2.2.1...2.2.2

2.2.1

2 years ago
  • fix #204
  • update playlist function syntax

Full Changelog: https://github.com/LonelyCpp/react-native-youtube-iframe/compare/2.2.0...2.2.1

2.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/LonelyCpp/react-native-youtube-iframe/compare/2.1.2...2.2.0

2.1.2

2 years ago

2.1.1

2 years ago
  • fix useLocalHTML prop on iOS

2.1.0

2 years ago
  • fix unhandled error when clicking on links
  • fix "array of videos" playlist type

2.0.1

3 years ago
  • remove useless console.log
  • added missing TS declarations
  • improved docs

2.0.0

3 years ago

BREAKING

  • static HTML is uploaded onto github pages and the package then opens this to handle videos (by default).

  • base URL is no longer 'about:blank' if you've overridden onShouldStartLoadWithRequest()


1.4.1

3 years ago
  • fix: specify "playlist" key for array of videos as playlist (fixes #97)
  • fix: only add maximum-scale if zoom is allowed