kitze / react-long

A LongPress component for React
86 stars 9 forks source link

You should update your npm package and version #6

Closed jahooma closed 5 years ago

jahooma commented 5 years ago

Needed the recent fix for calling through to the onTouchStart props passed in, but could not get it with an 'npm update'. Had to copy your source code instead.

kitze commented 5 years ago

Just published an update, let me know if it's fine.

jahooma commented 5 years ago

Cool, thanks dude!

The release on this site looks good, but when I pull the npm package, it seems like it has the old code even though it is version 1.1.6. Hmm.

Don't worry about it for my sake as we've just copied your new code and it's working, but unless I did something wrong, npm update or install doesn't seem to be fetching the newest code.

Good luck.

mayteio commented 5 years ago

@jahooma did you try rf -rf node_modules && yarn ?