Parkjunwu
Parkjunwu
Hello! On VersionCheck.needUpdate, forceUpdate property exist. But I cannot find how this property works. On this library code, there is nothing about forceUpdate property. I'd be grateful if you let...
I want to create remote m3u8 file's thumbnail, but cannot generate it. Is there any method to make m3u8 file's thumbnail? Thank you!
```javascript const response = await KakaoShareLink.sendCommerce({ content: { title: 'title', imageUrl: 'http://t1.daumcdn.net/friends/prod/editor/dc8b3d02-a15a-4afa-a88b-989cf2a50476.jpg', link: { webUrl: 'https://developers.kakao.com/', mobileWebUrl: 'https://developers.kakao.com/', }, description: 'description', }, commerce: { regularPrice: 100000, discountPrice: 80000, discountRate: 20,...
https://github.com/numandev1/react-native-compressor/blob/b002be11c2f3f26d988fa9b742a844a9b74c0ab1/android/src/main/java/com/reactnativecompressor/Utils/createVideoThumbnail.kt#L60C63-L60C68 I think when "createvideothumbnail" doesn't have "cacheName" option also have "format ("jpeg")" on android! On now, when get createvideothumbnail on android only return UUID without file extension. Thank you!