phuochau / react-native-thumbnail

Get thumbnail from local media. Currently, it only supports for video.
MIT License
135 stars 104 forks source link

How to make thumbs once #3

Closed 1stman closed 7 years ago

1stman commented 7 years ago

New thumbnail is generating every time i run RNThumbnail.get(path), so how can i generate it only once? Sorry for my english)

phuochau commented 7 years ago

@1stman Hmm, because I think every time we generate, we should make a thumbnail and save in temp folder and you can load the image in your app. If we only generate one, it can be the problem. So I think you should manage the temp files by yourself.