iOS Fix: Use RCTImageLoaderProtocol for ReactNative v0.61.0#3136
Conversation
|
Hi @fenderface66 thnx for the PR, doesn't #3125 already fix this issue? |
|
@rborn Unfortunately not because that PR still tries to import the |
|
@brien-crean can you please jump in and you guys make the best of both PRs? ❤️ My ObjC is less than rusty😅 so I'd need help here 🤗 |
|
@brien-crean what do you think? I'd love to get this merged soon so that I don't have to use my own fork 😄 |
|
same issue |
|
@rborn @fenderface66 I just tried this out. This looks great to me, thanks @fenderface66! I say merge this on top of what was already merged from mine as it fixes the missing RCTIMageLoaderProtocol from my PR |
|
Looks great - This is one of the blockers for us to bump to RN0.61.x. Anything I can do to help get this out in a release? Would love to avoid vendoring Edit: As an aside, is this implementation still backwards compatible with previous RN versions? |

Does any other open PR do the same thing?
No
(please answer here)
What issue is this PR fixing?
RCTImageLoaderno longer works in iOS builds for RN>0.61.0. You need to useRCTIMageLoaderProtocolinstead.(please link the issue here)
How did you test this PR?
By successfully building the project after these changes were made.
(please answer here)