stfalcon-studio/FrescoImageViewer

Couldnot initiate Fresco

Closed this issue · 1 comments

I couldn't import the Fresco class. Android studio doesn't show anything to import.

I had the same problem and I found the problem.
You have to import it's a separated lib (not included as a dependency).
implementation 'com.facebook.fresco:fresco:0.12.0'Should do it.