react-native-thumbnail icon indicating copy to clipboard operation
react-native-thumbnail copied to clipboard

So it doesn't support IOS?

Open stoneWeb opened this issue 5 years ago • 5 comments

I got the path, but the width and height were 0. "react-native": "0.57.8" "react-native-thumbnail": "^1.1.3"

can you fixe it?

stoneWeb avatar Jan 30 '19 07:01 stoneWeb

Same here. Also, if i load the image on the path, a warning appear saying "cannot find image at path.."

Benetzz avatar Feb 28 '19 13:02 Benetzz

same here

vsyw avatar May 29 '19 10:05 vsyw

Did anyone find a fix?

OmarBasem avatar Jul 15 '19 12:07 OmarBasem

You may take a look at #46

I' using react-native 0.60.4 and had to install the lib directly from master, it seems the npm-package is outdated (the Podspec in the lib's npm-version is incorrect, the one in master is fine):

// package.json - dependencies: "react-native-thumbnail": "https://github.com/phuochau/react-native-thumbnail.git",

flaming-codes avatar Aug 04 '19 14:08 flaming-codes

@CaptainQuark 's fix worked for me at react-native 0.60.5

I linked my package.json to the latest commit on master rather than master itself to be slightly safer.

"react-native-thumbnail": "git://github.com/phuochau/react-native-thumbnail.git#dc9af06fcee553dce561158cfb05e915655634bb",

brianephraim avatar Aug 28 '19 16:08 brianephraim