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

react-native-video

Package Overview
Dependencies
Maintainers
0
Versions
133
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.0

Diff

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)
krzysztof_moch
published 6.4.1 •

Changelog

Source

6.4.1 (2024-07-12)

Bug Fixes

  • expo plugin export (#3992) (de8ade0)

  • fix(ios): remove pip check for other platforms (#3991) (40a72825)

  • feat: add isSeeking to onPlaybackStateChanged (#3899) (111a5d21)

  • chore(android): migrate DataSourceUtil to Kotlin (#3984) (b25e43ee)

  • chore(android): migrate AspectRatioFrameLayout to Kotlin (#3985) (452e42f1)

  • refactor: move view type and drm in source (#3867) (66dcf32b)

  • feat: add expo plugins (#3933) (08f6caa6)

  • docs: update deprecated tool (#3982) (25c74e05)

  • chore(android): migrate DefaultReactExoplayerConfig to Kotlin (#3983) (1728373d)

  • fix(ios): don't pause playback when entering background (#3973) (ccffcfd7)

  • chore(example/basic): refactor state variable (#3949) (a3ecc010)

  • feat(android): Bump default media3 version from v1.1.1 to v1.3.1 (#3977) :warning: need targetSdkVersion 34 (7562669f)

  • feat: modified Fabric example android build.gradle for resolving build issue (#3976) (1d6fb297)

  • chore: upgrade react-native & expo version in the basic example app (#3964) (01a00b12)

  • refactor(android): migrate VideoEventEmitter to Kotlin (#3962) (3c9b1b57)

  • fix(ios): fix fullscreen view controller ANR (#3952) (7def3ac3)

  • chore(example/fabric): bump up fabric example android deps (#3957) (de6e7196)

  • refactor(ios): refactor NowPlayingInfoCenerManager.swift (#3968) (76c63291)

  • fix(android): build issue on the latest react-native version (#3963) (530686ca)

  • feat(fabric): updated ios podspec for implementing new architecture (#3961) (df29c231)

  • fix(android): fix wrong module name (#3959) (3f11894c)

  • refactor(android): migrate ReactVideoPackage to Kotlin (#3955) (702a0d9d)

  • refactor(android): migrate VideoDecoderPropertiesModule to Kotlin (#3954) (99585987)

  • feat: bump up fabric example react-native iOS (#3951) (e5a2ee3b)

  • fix(android): added setAllowChunklessPreparation to HlsMediaSource.Factory to allow build success on projects without HLS support (#3948) (#3950) (322d7e99)

  • refactor: basic example from class component to functional component (#3934) (d4f16486)

  • chore(android): rework view type (#3940) (b431d09e)

  • chore: update homepage field in package.json (#3945) (6e133768)

  • feat(android): allow building exoplayer from source (#3932) (a7d834a8)

  • feat: add plugins management (#3909) (91d27a60)

  • Chore(docs): fix typo (#3938) (3cfb96ad)

krzysztof_moch
published 6.4.0 •

Changelog

Source

6.4.1 (2024-07-12)

Bug Fixes

  • expo plugin export (#3992) (de8ade0)

  • fix(ios): remove pip check for other platforms (#3991) (40a72825)

  • feat: add isSeeking to onPlaybackStateChanged (#3899) (111a5d21)

  • chore(android): migrate DataSourceUtil to Kotlin (#3984) (b25e43ee)

  • chore(android): migrate AspectRatioFrameLayout to Kotlin (#3985) (452e42f1)

  • refactor: move view type and drm in source (#3867) (66dcf32b)

  • feat: add expo plugins (#3933) (08f6caa6)

  • docs: update deprecated tool (#3982) (25c74e05)

  • chore(android): migrate DefaultReactExoplayerConfig to Kotlin (#3983) (1728373d)

  • fix(ios): don't pause playback when entering background (#3973) (ccffcfd7)

  • chore(example/basic): refactor state variable (#3949) (a3ecc010)

  • feat(android): Bump default media3 version from v1.1.1 to v1.3.1 (#3977) :warning: need targetSdkVersion 34 (7562669f)

  • feat: modified Fabric example android build.gradle for resolving build issue (#3976) (1d6fb297)

  • chore: upgrade react-native & expo version in the basic example app (#3964) (01a00b12)

  • refactor(android): migrate VideoEventEmitter to Kotlin (#3962) (3c9b1b57)

  • fix(ios): fix fullscreen view controller ANR (#3952) (7def3ac3)

  • chore(example/fabric): bump up fabric example android deps (#3957) (de6e7196)

  • refactor(ios): refactor NowPlayingInfoCenerManager.swift (#3968) (76c63291)

  • fix(android): build issue on the latest react-native version (#3963) (530686ca)

  • feat(fabric): updated ios podspec for implementing new architecture (#3961) (df29c231)

  • fix(android): fix wrong module name (#3959) (3f11894c)

  • refactor(android): migrate ReactVideoPackage to Kotlin (#3955) (702a0d9d)

  • refactor(android): migrate VideoDecoderPropertiesModule to Kotlin (#3954) (99585987)

  • feat: bump up fabric example react-native iOS (#3951) (e5a2ee3b)

  • fix(android): added setAllowChunklessPreparation to HlsMediaSource.Factory to allow build success on projects without HLS support (#3948) (#3950) (322d7e99)

  • refactor: basic example from class component to functional component (#3934) (d4f16486)

  • chore(android): rework view type (#3940) (b431d09e)

  • chore: update homepage field in package.json (#3945) (6e133768)

  • feat(android): allow building exoplayer from source (#3932) (a7d834a8)

  • feat: add plugins management (#3909) (91d27a60)

  • Chore(docs): fix typo (#3938) (3cfb96ad)

olivier.bouillet
published 6.3.0 •

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)
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