phuochau / react-native-thumbnail

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

Does not work with latest react-native 0.60.x #51

Open ghost opened 4 years ago

ghost commented 4 years ago

I am trying to video photo on react-native v0.60.x but does not work. Please update this nice package with the latest version.

akwebengineer26 commented 4 years ago

For me Site It can work on react-native v0.61.x but it doesnot work on v0.60.4. It Gives Error that undefined get is not an object in IOS

akwebengineer26 commented 4 years ago

I am trying to video photo on react-native v0.60.x but does not work. Please update this nice package with the latest version.

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

ghost commented 4 years ago

thank you, but why the mentor dont want update this nice package.

ghost commented 4 years ago

Still No update for this package ?