-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
TypeError: undefined is not an object (evaluating 'GLOBAL.Text... #4811
Comments
Hey jayli, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
here is the solution I reinstall the 'preset-react', remove the |
I'm having the exact same issue, though I was always able to run projects fine in the past. I don't have a ~/.babelrc folder. Am I supposed to have created one? Is that something new? |
You can create a new file called |
that worked, thanks! |
Put this in your {
"extends": "react-native/packager/react-packager/.babelrc"
} And that's it - you copy react-native settings for your whole project (so no conflict). |
Reviewed By: vjeux Differential Revision: D2626155 fb-gh-sync-id: e919c8fb8bbf139bcd979ee2738c7ec4fc9eba74
hi
I can't run the 'HelloWorld' successfully. I don't know what's wrong.
I have just installed [email protected] [email protected] [email protected] [email protected]. And I have initialized a new prject with
react-native init HelloWorld
without any error. Then hit run in Xcode. It shows me this:This file throw an exception:
'GLOBAL' is undefined?
node_modules/react-native/package.json
shows version is 0.17.0-rc. Is it the correct version? How to fix this?The text was updated successfully, but these errors were encountered: