stfalcon-studio / FrescoImageViewer

Customizable Android full screen image viewer for Fresco library supporting "pinch to zoom" and "swipe to dismiss" gestures. Made by Stfalcon
http://stfalcon.com
1.81k stars 286 forks source link

Installation not working #89

Closed RedFish closed 5 years ago

RedFish commented 6 years ago

I have installed FrescoImageViewer with gradle compile 'com.github.stfalcon:frescoimageviewer:0.5.0', sync the project but class ImageViewer does not exist... Do I have miss something?

gaurvishal commented 6 years ago

Hi , I am facing the same issue, I have added the dependency and have synced the entire project but cant seem to find the ImageViewer class, Please help

indraAsLesmana commented 6 years ago

me to...

mateusgrb commented 6 years ago

make sure to add implementation 'com.facebook.fresco:fresco:1.10.0' to your build.gradle

troy379 commented 5 years ago

Please read the README more attentively. As @mateusgrb said, you need to add a dependency for the Fresco library.