-
Notifications
You must be signed in to change notification settings - Fork 141
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 find variable: Symbol #149
Comments
Can you share more of the error or logs? Like where that error is happening? Thanks, when I run my app ,I got the following error: but the Example of react-native-icons works fine. — |
there is no more error logs. the whole logs when the app running:
|
Maybe try a clean and rebuild and make sure you've restarted the packager after |
This doesn't appear to be an issue with this module. See facebook/react-native#4587 |
I've used this polyfill and it fixed my problem: https://github.com/medikoo/es6-symbol |
Hi, my env:
react-native-cli : 0.1.7
react-native : 0.16.0 react-native-icons: 0.7.0
when I run my app ,I got the following error:
E/ReactNativeJS( 2973): Can't find variable: Symbol
but the Example of react-native-icons works fine.
The text was updated successfully, but these errors were encountered: