Skip to content

Releases: mybigday/react-native-video-player

Release 0.5.4

29 Nov 12:11
445acf3
Compare
Choose a tag to compare

0.5.4 (2024-11-29)

Bug Fixes

  • iOS: remove dispatch_async to get faster start play (6b65283)

Release 0.5.3

22 Nov 17:07
9cf2178
Compare
Choose a tag to compare

0.5.3 (2024-11-22)

Features

  • iOS: support restore play when back to foreground (51cd4bf)

Release 0.5.2

21 Sep 16:26
1306d32
Compare
Choose a tag to compare

0.5.2 (2024-09-21)

Bug Fixes

  • iOS: completely release player (69831fe)
  • iOS: fix memory leak (5cd9bbc)
  • iOS: fix not defined _needReplay on old arch (d9b9510)
  • iOS: fix reuse resource after enable Fabric (23b04ef)

Release 0.5.1

19 Sep 05:15
9d76391
Compare
Choose a tag to compare

0.5.1 (2023-09-19)

Bug Fixes

  • Android: cannot play on stopped player (931858e)
  • Android: fix command not work for new arch (8dae2f0)
  • iOS: fix random blank view (f9a9847)
  • iOS: fix video always pause on seek (a93992c)

v0.5.0

06 Sep 04:07
0f6a489
Compare
Choose a tag to compare

0.5.0 (2023-09-06)

Features

  • Android: always trigger render first frame (d724f17)
  • Android: solve SurfaceView initial black (bffd944)

Release 0.4.0

05 Sep 04:01
Compare
Choose a tag to compare

0.4.0 (2023-09-05)

Bug Fixes

  • Android: fix resize mode cover calculation (2bb25ae)

Features

  • Android: default use surface (3152f49)
  • Android: support background pause for TextureView (d07a15b)
  • Android: support switch SurfaceView or TextureView (4af80f4)
  • Android: sync progress behavior with iOS (5d1407b)

Release 0.3.3

04 Sep 07:31
522a24c
Compare
Choose a tag to compare

0.3.3 (2023-09-04)

Bug Fixes

  • Android: error when set resizeMode (830e315)

Features

  • Android: not update resizeMode if value is invalid (05955a6)

Release 0.3.2

02 Sep 06:04
ce61939
Compare
Choose a tag to compare

0.3.2 (2023-09-02)

Bug Fixes

  • iOS: fix video resize mode not work (6aa609e)

Release 0.3.1

01 Sep 11:50
f5bdce8
Compare
Choose a tag to compare

0.3.1 (2023-09-01)

Bug Fixes

  • iOS: fix error when seek (2556632)

Release 0.3.0

01 Sep 08:33
1d0d009
Compare
Choose a tag to compare

0.3.0 (2023-09-01)

Features

  • android: support resume playing state (c9eb124)
  • ios: auto pause and resume when change superview (837497c)
  • ios: support play local file (8804a33)