Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-video

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-video - npm Package Versions

1
14

6.3.0

Diff

Changelog

Source

6.3.0 (2024-06-22)

Bug Fixes

  • android: allow chunk less preparation (#3913) (264b57a)
  • android: avoid crash multiplayer with notification (#3931) (104ee70)
  • android: show controls in notification on older androids (#3886) (098a754)
  • android: use UI thread to pause when lost audio focus (#3916) (856b1dd)
  • ios: crash on ads after leaving the app (#3911) (3d6bc94)
  • ios: missing notification controls when enabled from start (#3898) (2d793db)
  • JS: safety check on resolve uri (#3915) (84bb910)
  • typescript: type checks on selectedTextTrack, selectedAudioTrack, selectedVideoTrack (#3910) (dc2a2ab)

Features

  • android: add onControlsVisiblityChange (#3925) (c2ce372)
  • ios: add live key to now playing dict to decorate when livestream playing (#3922) (91751ab)
olivier.bouillet
published 6.2.0 •

Changelog

Source

6.2.0 (2024-06-07)

Bug Fixes

  • android: allow notification tap to foreground app (#3831) (5c29b48)
  • android: android cache header (#3832) (c2a1424)
  • android: fix null pointer exception at playback start with item metadata (#3879) (c2cd752)
  • android: optimize lag on old android (#3860) (c2ce66e)
  • android: refactor source, fix random DRM issue and crop start on local asset (#3835) (bdf3e55)
  • android: video resolution orientation android (#3862) (b698b18)
  • ensure progress is sent before onEnd callback (#3872) (7133c96)
  • ensure view drop stop playback startup (#3875) (ff1e24a)
  • ios: don't crash app if view wasn't found (#3841) (cd28d37)
  • ios: fix notification controls enabled by default (#3861) (5c6dfb2)
  • ios: fix playback status with lifecycle (#3819) (1b51c15)
  • ios: Implicit use of 'self' in closure - use 'self.' to make capture semantics explicit (#3764) (#3881) (ac0a9c3), closes #3875

Features

  • add getCurrentPosition to component's ref (#3824) (c7f4d7b)
  • android: allow chunckless preparation (#3882) (d4a8c24)
  • android: Change subtitleLayout from child to sibling of layout (#3830) (c2cc917)
  • android: handle increment forward and rewind buttons (#3818) (5059e7a)
olivier.bouillet
published 6.1.2 •

Changelog

Source

6.1.2 (2024-05-23)

Bug Fixes

  • android: revert previous fix not compatible with old java version (#3828) (69bde44)
krzysztof_moch
published 6.1.1 •

Changelog

Source

6.1.1 (2024-05-22)

Bug Fixes

Features

olivier.bouillet
published 6.1.0 •

Changelog

Source

6.1.0 (2024-05-22)

Bug Fixes

  • android: avoid blinking on video track change (#3782) (7b1e129)
  • android: implement live configuration management (#3792) (e16730d)
  • android: implement seek backward in notification service (#3808) (94b3da3)
  • android: playback doesn't work with 0 startPositionMs (#3784) (66e0ba5)
  • android: random android crash (#3777) (d4c9be2)
  • android: remove remaining ad view when zapping (#3786) (324b461)
  • android: source metadata compare function (#3775) (6455380)
  • tvos: fix tvOS build and sample (#3785) (cd42dd7)

Features

krzysztof_moch
published 6.0.0 •

Changelog

Source

6.0.0 (2024-05-14)

Bug Fixes

krzysztof_moch
published 6.0.0-rc.2 •

Changelog

Source

6.0.0-rc.2 (2024-05-13)

Bug Fixes

Features

Reverts

  • Revert "fix(android): video flickering add playback start (#3746)" (#3748) (d25629b), closes #3746 #3748
krzysztof_moch
published 6.0.0-rc.1 •

Changelog

Source

6.0.0-rc.1 (2024-05-08)

Bug Fixes

  • android: prevent changing video track when video load (#3683) (6f61d7f)
  • android: video flickering add playback start (#3746) (b1cd52b)
  • avoid crash when setting index to 0 to tracks selection (#3721) (518a9a9)
  • ios: destroy adsManager when player detach from super view (#3716) (#3722) (e96c173)
  • ios: ensure duration available when playing live (#3710) (d56b251)
  • ios: ensure orientation is correct on iOS (#3719) (1a8295c)
  • ios: fix text track selection by index (#3728) (51e22ab)

Features

Performance Improvements

  • ensure we do not provide callback to native if no callback provided from app (#3735) (c59d00a)
  • ios: add early returns (#3741) (1d235a1)
krzysztof_moch
published 6.0.0-rc.0 •

Changelog

Source

6.0.0-rc.0 (2024-04-22)

Bug Fixes

  • android: catch errors in performOnPlayerView (#3685) (3e35326)
  • android: fixed bug where video would not be visible after remount and change of drm source (#3668) (1af12f9)
  • android: seek callback with controls (#3694) (c730306)
  • android: set title for external subtitles (#3676) (336b9f0)
  • ensure poster works as expected and add it to the sample (#3643) (d694139)
  • ensure tracks are available in sample (#3660) (4c7719a)
  • ios: add workaround for TouchableWithoutFeedback (#3688) (b5ccc48)
  • ios: apply PictureInPicture state on start (#3655) (07f71c2)
  • ios: call PictureInPicture callbacks with native controls (#3603) (051e884), closes #3602 #3602
  • ios: do not save pause state before seeking (#3650) (e992243)
  • ios: fix sideloading external subtitles (#3690) (efa1c52)
  • ios: update onPlaybackStateChanged implementation (#3687) (042e13c)
  • ios: workaround for rate change (#3657) (e26afac)
  • prevents crash from occurring when using the selected video track with resolution type (#3664) (e82f9dc)
  • ts: onPlaybackRateChangeData was not correctly typed (#3651) (2a858df)

Features

  • android: allow to disable selected functionalities (#3681) (64e3191)
krzysztof_moch
published 6.0.0-beta.8 •

Changelog

Source

6.0.0-beta.8 (2024-04-03)

Bug Fixes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc