-
Notifications
You must be signed in to change notification settings - Fork 104
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 #75
Comments
Fixed by installing and configuring JavaScriptCore! See https://github.com/react-native-community/jsc-android-buildscripts |
Hi! I know that you solved the issue already, but I have a few questions if you don't mind 🙂(ES6 support is catching up there is a chance that you don't need a custom JSC core). Did you start the new project with Expo? |
Hi! No, without expo. Pure react-native |
Then there is a little more wait involved. The next react-native version (v59) will likely include a modern JSC by default (facebook/react-native#19737 (comment)). |
Hi folks,
On a fresh project; when I export a component with
export default view(ScreenName);
I got the exception Can't find variable: Symbol. This only occurs in Android (emulator and real device).Without the
view()
-method the error is gone.Only the following packages are installed:
What's wrong?
The text was updated successfully, but these errors were encountered: