Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import RCTImageLoaderProtocol instead of RCTImageLoader to fix iOS build on RN>0.60 #783

Merged

Conversation

fenderface66
Copy link
Contributor

iOS is unable to build with RN>0.60 as RNFS is unable to import RCTImageLoader:

image

This PR implements the fix suggested on this open issue:
#768

Copy link

@sroze sroze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for us 👐

@buraky84
Copy link

The fix looks good. Hope it will be merged and released soon.

@itinance itinance merged commit 324ae0d into itinance:master Oct 19, 2019
@itinance
Copy link
Owner

@fenderface66 Thanks for this!

@ptc-wguo
Copy link

are you sure that it's for RN >= 60.0? or did you mean >= 61.0

In 60.6, RCTImageLoader is still being used.
RCTImageLoaderProcotol is nowhere found in the source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants