New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-video

Package Overview
Dependencies
Maintainers
0
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-video - npm Package Versions

13
14

6.6.4

Diff

Changelog

Source

6.6.4 (2024-10-03)

Features

  • android: add live video label configuration (#4190) (149924f)
krzysztof_moch
published 6.6.3 •

Changelog

Source

6.6.3 (2024-09-29)

Bug Fixes

Features

krzysztof_moch
published 6.6.2 •

Changelog

Source

6.6.2 (2024-09-20)

Features

olivier.bouillet
published 6.6.1 •

Changelog

Source

6.6.1 (2024-09-18)

Bug Fixes

  • ios: fix side loaded text track management (#4180) (7d43d5d)
krzysztof_moch
published 6.6.0 •

Changelog

Source

6.6.0 (2024-09-18)

Bug Fixes

  • android: ensure maxbitrate & selectedVideoTrack interact correctly (#4155) (7f6b500)
  • android: ensure pause is well tken in account after onEnd (#4147) (b2fd8d6)
  • expo-plugin: add check for existing service in AndroidManifest for notification controls (#4172) (0538b3b)
  • ios: ensure onBandwidthUpdate is reported only when value change (#4149) (809a730)
  • ios: losing subtitle selection on foreground (#3707) (bee4123)
  • JS: improve loader api to allow function call instead of component (#4171) (835186a)
  • refactor side loaded text tracks management (#4158) (84a27f3)
  • sample: remove warning on ios with NavigationBar (#4148) (e18769a)
  • visionOS: remove unsupported apis (#4154) (2c1fc96)

Features

  • android: upgrade dependencies / media3 1.4.1 / androidxCore to 1.13.1 / androidxActivity 1.8.2 (#4173) (e57c7bd)
olivier.bouillet
published 6.5.0 •

Changelog

Source

6.5.0 (2024-09-04)

Bug Fixes

  • android: show the status bar and navigation bar after exiting full-screen mode (#4112) (8b8ebe9)
  • android: add subtitleStyle.subtitlesFollowVideo prop to control subtitles positionning (#4133) (2fa6c43)
  • android: hide surfaceView for loading time when shutter is hidden (#4060) (65faba3)
  • expo-plugin: adding bg mode if none exist yet (#4126) (451806c)
  • ios: Add handler for Earpods play/pause command (#4116) (9c38d9f)
  • ios: build fail due to an unwrapped value (#4101) (0a1085c)
  • ios: ensure behavior is correct with empty text track list (#4123) (3a32d67)
  • ios: ensure we don't disable tracks when not necessary (causes black screen) (#4130) (89df9d6)
  • ios: fix onBandwidth update event (old ios api is deprecated and doens't work) (#4140) (d6bae3c)
  • sample: update dependencies to fix local asset playback (#4121) (7a2b401)
  • set does not have find method (#4110) (7db7024)
  • tvos: fix build (and update sample) (#4134) (688d98d)
  • VisionOS: do not access to isExternalPlaybackActive on VisionOS (#4109) (0576eac)

Features

olivier.bouillet
published 6.4.5 •

Changelog

Source

6.4.5 (2024-08-17)

Bug Fixes

  • android: resolve a release issue with DefaultDashChunkSource (#4097) (7e222e8)

  • refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078) (b7d1cabf)

  • fix(ios): remove resume logic in notification seek closure (#4068) (c6ae17e4)

  • chore(doc): update document (props & method) (#4072) (cd41a1b2)

  • fix(android): build warnings (#4058) (899bb822)

  • infra: update feature request form (#4065) (6c03d0a7)

  • fix(ios): override source metadata with custom metadata (#4050) (38aa2b05)

  • fix(android): return the value as a float for the getCurrentPosition function (#4054) (af0302b1)

  • refactor(android): migrate ReactExoplayerViewManager to Kotlin (#4011) (74c6dd62)

  • fix(android): viewType is ignored when its value is ViewType.TEXTURE (#4031) (22cfd6ce)

  • fix(ios): metadata update race (#4033) (08a57a3b)

  • fix(ios): updated getLicense call to work with new syntax, and fixed spelling error (#4014) (#4042) (2348c5e4)

krzysztof_moch
published 6.4.4 •

Changelog

Source

6.4.5 (2024-08-17)

Bug Fixes

  • android: resolve a release issue with DefaultDashChunkSource (#4097) (7e222e8)

  • refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078) (b7d1cabf)

  • fix(ios): remove resume logic in notification seek closure (#4068) (c6ae17e4)

  • chore(doc): update document (props & method) (#4072) (cd41a1b2)

  • fix(android): build warnings (#4058) (899bb822)

  • infra: update feature request form (#4065) (6c03d0a7)

  • fix(ios): override source metadata with custom metadata (#4050) (38aa2b05)

  • fix(android): return the value as a float for the getCurrentPosition function (#4054) (af0302b1)

  • refactor(android): migrate ReactExoplayerViewManager to Kotlin (#4011) (74c6dd62)

  • fix(android): viewType is ignored when its value is ViewType.TEXTURE (#4031) (22cfd6ce)

  • fix(ios): metadata update race (#4033) (08a57a3b)

  • fix(ios): updated getLicense call to work with new syntax, and fixed spelling error (#4014) (#4042) (2348c5e4)

krzysztof_moch
published 6.4.3 •

Changelog

Source

6.4.3 (2024-07-24)

Bug Fixes

Features

  • add ability to define poster props as Image type and render poster as custom component (#3972) (adbd06e)
  • android: add error handling for Kotlin version (#4018) (6189080)
  • android: set originalFitsSystemWindows on fullscreen open (#4013) (2f70c02)
krzysztof_moch
published 6.4.2 •

Changelog

Source

6.4.2 (2024-07-15)

Bug Fixes

  • android: exit fullscreen mode after finishing video playback (#3978) (4b8d09e)
  • android: fix android notification controller order (#4002) (05623c9)
  • android: fix onVideoLoad event field key (#4001) (f82268b)
  • android: handle aspect ratio for rotated videos (#4000) (0a55ace)
  • android: resolve compatibility issue (5cd5e5e)
  • example/basic: select resizeMode (#3989) (39cf477)
  • ts: make multiDrm prop optional type (#3999) (79c3076)
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