RxSwiftCommunity / RxKingfisher

Reactive extension for the Kingfisher image downloading and caching library
MIT License
223 stars 39 forks source link

RxSwift 6 support #24

Closed tareksabry1337 closed 3 years ago

tareksabry1337 commented 4 years ago

Any idea when this is supposed to be up ? Previously in RxSwift 5 the Reactive struct didn't have any constraint on its Base but in RxSwift 6 however there's a new requirement for Base to be AnyObject and KingfisherWrapper is a struct therefore incompatible.

freak4pc commented 3 years ago

Hey @tareksabry1337, Usually we cut releases after the final version of RxSwift. Anyways, I've put on a version on the rx6 branch. Check it out and let me know if it helps :)