-
Notifications
You must be signed in to change notification settings - Fork 36
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
setNativeProps is not a function #74
Comments
@sawankumar1012 @RichardLindhout I have this exact issue and I really don't know how to resolve it. It seems the component is out of sync with the "react-native-vector-icons" library. When I remove the 'icon' prop from the TabScreen component, this error goes away; however, I would really much want to have the icons. |
Same problem here ... any up? |
same problem |
We don't use setNativeProps? Maybe somewhere in a dependency e.g. react native paper? |
Somebody got time for a PR. I'm really busy right now unfortunately to get to the bottom of this. |
For now @expo/vector-icons": "^13.0.0 seems to work according to comments on another issue |
Current behaviour
it shows error ERROR TypeError: this._icon.setNativeProps is not a function (it is undefined), js engine: hermes
How to reproduce?
installing and adding the component will reproduce the error
Preview
The text was updated successfully, but these errors were encountered: