Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

So it doesn't support IOS? #41

Open
stoneWeb opened this issue Jan 30, 2019 · 5 comments
Open

So it doesn't support IOS? #41

stoneWeb opened this issue Jan 30, 2019 · 5 comments

Comments

@stoneWeb
Copy link

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?

@Benetzz
Copy link

Benetzz commented Feb 28, 2019

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

@vsyw
Copy link

vsyw commented May 29, 2019

same here

@OmarBasem
Copy link

Did anyone find a fix?

@flaming-codes
Copy link

flaming-codes commented Aug 4, 2019

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",

@brianephraim
Copy link

@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",

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants