-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
undefined is not an object evaluating _this._setComponentRef.bind #21430
Comments
I also have the same problem. Any fix?? |
I have the same issue on osX, nothing worked for me, tried the solutions from all the github issues for hours.... The only thing that worked for me now was to restart the pc.... |
I have the same problem and I have resolved it rebooting my computer and adding this babel plugin: @babel/plugin-transform-flow-strip-types But I am sure that is a cache issue, because since RN 57.4 sometimes my iOS simulator cannot update changes done to the source code like if the metro can't detect those changes.... |
React Native sucks so much, it's unbelievable how much effort it takes to make things even work. 80% react native problems |
Hello there 👋 this issue has been reported for an old version of React Native. Ideally we'd like everyone to be using 0.59 (see the awesome changes it brought) but we know updating can be a pain. We are going to close this issue because it's from a version before 0.57, which is really old. But please, if it's actually still an issue with 0.59 please comment below and we can reopen it 😊 |
The problem is, if we want to use realm, we have to use 0.57 for some compatibility reason |
Hi, I still getting an old issue about undefined is not an object evaluating _this._setComponentRef.bind
I tried adding
"@babel/plugin-transform-flow-strip-types": "^7.0.0"
topackage.json
and set my babel.config.js toany other ideas? seems like this happing in TouchableOpacity onPress property...
The text was updated successfully, but these errors were encountered: