react-native-file-transfer icon indicating copy to clipboard operation
react-native-file-transfer copied to clipboard

Uploading thumbnails

Open mrspeaker opened this issue 8 years ago • 0 comments

This is not an issue - just a question. In react native, if you choose an image from the camera roll, it will be displayed at a suitable resolution for the size that was provided: https://github.com/facebook/react-native/pull/2008

So if you ask for a 100x100px image it will choose the version closest to it.

Do you know any way of choosing the smaller versions from a given asset url?

mrspeaker avatar Aug 06 '15 21:08 mrspeaker