-
Notifications
You must be signed in to change notification settings - Fork 117
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
SDK51 : Property 'Icon' doesn't exist #303
Comments
same problem here, version 14 broke my icons, I workaround using version 13: "@expo/vector-icons": "^13.0.0" |
In version 13, the code seems to be based on a React.Component not a function -> workaround is also working for me. Thank you @geovane7881 |
hi there! do you have a minimal reproducible example that you can share? |
@brentvatne I gave the exact location of the issue (build/createIconSet.js), the previous code @13.0.0 works and the new code @14.0.0 does not work. The code in @14 returns a
This looks like a generated code ... from ts or babel ? It's interesting to know why the @14 code was not generated this way ... Do you really need a reproducible example ? |
This is how I fixed this error :
|
And the patch file
I tryed to provide a reproduction repo but it does happen with the simple repo I've built ... |
Also having this problem upgrading |
The source code of build/createIconSet.js :
The text was updated successfully, but these errors were encountered: