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

Can't find variable: Symbol #149

Closed
atom992 opened this issue Dec 9, 2015 · 5 comments
Closed

Can't find variable: Symbol #149

atom992 opened this issue Dec 9, 2015 · 5 comments

Comments

@atom992
Copy link

atom992 commented Dec 9, 2015

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.

@corymsmith
Copy link
Owner

Can you share more of the error or logs? Like where that error is happening?

Thanks,
Cory Smith
On Wed, Dec 9, 2015 at 7:03 AM, corymsmith/react-native-icons
reply@reply.github.com
wrote:
Hi, my env:
react-native-cli : 0.1.7
react-native : 0.16.0 react-native-icons [https://github.com/corymsmith/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.


Reply to this email directly or view it on GitHub [https://github.com//issues/149] .[https://github.com/notifications/beacon/AAAck7iCGBCMIhrfHYOi341JAF4FeLQHks5pOCwdgaJpZM4Gx37H.gif]

@atom992
Copy link
Author

atom992 commented Dec 9, 2015

there is no more error logs. the whole logs when the app running:

W/ReactNativeJS( 2973): Warning: Native component for "RCTMap" does not exist
W/ReactNativeJS( 2973): Warning: Native component for "RCTModalHostView" does not exist
W/ReactNativeJS( 2973): Warning: Native component for "RCTWebView" does not exist
I/ReactNativeJS( 2973): I'm `fs` modules
I/ReactNativeJS( 2973): Running application "My-ReactNative-Android-Demo" with appParams: {"initialProps":{},"rootTag":1}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
E/ReactNativeJS( 2973): Can't find variable: Symbol

@corymsmith
Copy link
Owner

Maybe try a clean and rebuild and make sure you've restarted the packager after
upgrading RN or this library as well

@corymsmith
Copy link
Owner

This doesn't appear to be an issue with this module. See facebook/react-native#4587

@ranyefet
Copy link

I've used this polyfill and it fixed my problem: https://github.com/medikoo/es6-symbol

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

No branches or pull requests

3 participants