-
Notifications
You must be signed in to change notification settings - Fork 103
So it doesn't support IOS? #41
Comments
Same here. Also, if i load the image on the path, a warning appear saying "cannot find image at path.." |
same here |
Did anyone find a fix? |
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: |
@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.
|
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?
The text was updated successfully, but these errors were encountered: