-
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
Can't find variable: self #5667
Comments
Hey lucasfeliciano, 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.
|
Closing this issue because it is related to: and |
In a way, I feel that this is something which needs to be addressed by React Native directly. If the code isn't being used, it shouldn't be loaded, and it shouldn't matter. |
@billinghamj Do you think that I should reopen the issue? I don't think that the discussion will be extended. |
It is an ongoing issue with React Native. Even if it isn't likely to be addressed any time soon, it should probably still be thought about. |
What is our current work around for this issue? |
First I had this error after importing a internal module
Searching for a solution I found that removing
es2015
frompresets
on.babelrc
( which in my case I usepackage.json
) would fix it but then I started to get this error.This is the file that is throwing the exception
I could't find any information about this so I decided to open I ticket.
Here are the package.json of my react-native project:
package.json of the module that I installed:
The text was updated successfully, but these errors were encountered: