SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.14k stars 219 forks source link

AnimatedImage can't used in watchOS #205

Open shunji0223 opened 2 years ago

shunji0223 commented 2 years ago

when i tried to use AnimatedImage in swiftui for watchOS, It will be "Cannot find 'AnimatedImage' in scope". I think that AnimatedImage can't be used in watchOS, so i tried to use WebImage. Could you tell me that how to use fileurl? I don't want to use weburl. thank you