contentful / rich-text-renderer.swift

Render Contentful Rich Text fields to native strings and views
MIT License
29 stars 32 forks source link

Please remove Alamofire dependancy #53

Open sonic555gr opened 1 year ago

sonic555gr commented 1 year ago

I use the richTextRenderer in my app but because you need alamofire image to render an image (which you can do with very little code) My project depends on AlamofireImage and that in turn depends on Alamofire. I don't use Alamofire as a library and I would really like to get rid of it as it makes the project heavy and it's not really necessary, please consider getting rid of it and replacing with a native solution.

Might be worth considering the following Pull request https://github.com/contentful/rich-text-renderer.swift/pull/15

sonic555gr commented 1 year ago

PIng

sonic555gr commented 1 year ago

Any update on this?

jim-everly commented 10 months ago

Upvote. For our needs, we don't need image support. Would love to be able to use this library without the AlamoFire dependencies.

TizianoCoroneo commented 4 months ago

upvote. We use a different image loading system (https://github.com/kean/Nuke) and we would like to avoid introducing another