-
Notifications
You must be signed in to change notification settings - Fork 60
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
Can't build on RN 0.32 (LoadImageWithTag removed) #57
Comments
No workaround yet? Edit: |
thnks @ammichael but now I get the following error
|
@ismdcf actually the PR is not mine. I just changed the same line, in the same file, and worked like a charm. About your error, seems like the problem is something in your code (but hey, I may be wrong) |
@ismdcf Not sure if you solved the issue, but it looks like loadImageWithURLRequest requires an NSURLRequest, and the existing code passes an NSString, causing the error. This code fixes the issue:
|
yep it did not work .Tk @digitalcatnip It now works . |
LoadImageWithTag was deprecated a while ago and removed with rn 0.32. It is now not possible to build with Xcode anymore.
The text was updated successfully, but these errors were encountered: