Skip to content

Releases: souvik-ghosh/react-native-create-thumbnail

v2.0.1

07 Dec 13:54
7e91965
Compare
Choose a tag to compare

What's Changed

  • Add maxWidth & maxHeight parameters so we can specify desired thumbnail size + timeToleranceMs for iOS by @charlyBerthet in #111
  • feat: allow user to specify how Android target frames by @charlyBerthet in #112
  • fix(113): Thumbnail not creating for .mov file (videos) in ios by @ClavisJ in #114

Full Changelog: v2.0.0...v2.0.1

v2.0.0

28 Dec 22:12
Compare
Choose a tag to compare

Android 13 Support!

Breaking Changes: Needs Android 13 (API level 33) or higher

v1.6.4

23 Dec 09:38
Compare
Choose a tag to compare

Replace JCenter with mavenCentral

v1.6.3

19 Sep 20:19
Compare
Choose a tag to compare

fixes #71 - continues to work on Android < 13

v2.0.0-rc.2

18 Sep 22:51
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

Android 13 compatible

Breaking Change: Requires android 13

v1.6.0

03 Sep 21:03
Compare
Choose a tag to compare

Now supports Android 13. Example app upgraded to react-native 69.

fixes 60

v1.5.1

13 Dec 13:32
Compare
Choose a tag to compare

Fixes #58

v1.5.0

24 Nov 17:06
cdc4929
Compare
Choose a tag to compare
  1. This library now generates the thumbnails asynchronously. Thanks to @r0b0t3d!
  2. Updated example app to React 17

v1.4.1

24 May 07:09
Compare
Choose a tag to compare

Fixes #41

v1.4.0

23 May 19:08
7728c78
Compare
Choose a tag to compare

New features / changelog

  • Added cacheName #34