souvik-ghosh / react-native-create-thumbnail

iOS/Android thumbnail generator with support for both local and remote videos
MIT License
251 stars 105 forks source link

Allow customising the target tempDir #35

Closed ycchanau closed 3 years ago

ycchanau commented 3 years ago

Want to put the thumbnails into tmp or other directories instead of just cache directory

souvik-ghosh commented 3 years ago

@ycchanau The purpose of this library is to generate thumbnails, and it should be limited to that. If the user needs those thumbnails in other directories, they should use something like https://github.com/itinance/react-native-fs to move those files.