react-native-create-thumbnail
react-native-create-thumbnail copied to clipboard
iOS/Android thumbnail generator with support for both local and remote videos
**Describe the bug** Unable to compile `react-native-create-thumbnail` for Android SDK v.33 Tiramisu (Android 13). **To Reproduce** Steps to reproduce the behaviour: 1. Create a React Native project 2. Add `react-native-create-thumbnail`...
**Describe the bug** While compile the app getting error **Could not resolve all files for configuration ':react-native-create-thumbnail:implementation'.** **To Reproduce** Steps to reproduce the behavior: 1. Run the app with latest...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
**Describe the bug** I'm using [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) to take a video; the path is passed to the createThumbnail function, but even through I get a response, it looks like the file...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.3.0 to 1.3.1. Commits 1b1333c v1.3.1 7adf995 update @types/jest to ^27.4.1 (and 4 others) c5b4db0 test: CWE-1321 3ad9688 update bplist-parser to 0.3.1 26d93f4 update tests to use...
When Im trying this with a youtube video URL it is giving me the below error: `setDataSource failed: status = 0x80000000` I followed the example code and am using React...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
**Describe the bug** Create thumbnail keeps on loading in production android application. Its working fine in apk and in local. **To Reproduce** Steps to reproduce the behavior: 1. Create thumbnail...